zoukankan      html  css  js  c++  java
  • resin app server安装总结

    之前一直用的tomcat,这次项目中用到resin服务器,百度和google到的资料都很有限,而且其中有很多不完善的地方,安装过程中走了一些弯路。

    以下记录了自己成功安装的步骤,补充了红色字体部分,仅供参考。

    下载地址 

    Windows安装
    1. Install JDK 6 or later.
    2. Check that the environment variable JAVA_HOME is set to the JDK location, e.g. c:javajdk1.6.0_14
    3. Unzip resin-4.0.x.zip
    4. Define the environment variable RESIN_HOME to the location of Resin, for example c: esin-4.0.x并在环境变量path添加“%RESIN_HOME%in”,具体如下:
    path: ......%RESIN_HOME%in
    1. Execute resin.exe
    • or run java -jar lib/resin.jar start
    1. Browse to http://localhost:8080
    与eclipse集成
    The Resin Eclipse plugin supports Helios (Eclipse 3.6) and above. Indigo (Eclipse 3.7) and above already comes with the Resin plugin registered. To download the Resin plugin, go to the 'New Server' dialog and click on 'Download additional server adapters'. In the 'Install New Extension' dialog, you'll see Resin as an option.
    Installing Resin Eclipse Plugin
    Once the plugin is installed, you'll see Resin 4.0 as an option in the 'New Server' dialog. When you select Resin, the wizard will take you through the steps to create a server instance in Eclipse.
    Creating new Resin Server
    If you're using Helios, you will need to install the Resin plugin yourself directly from the Resin Eclipse plugin website (http://www.caucho.com/eclipse/). You can do this by registering the plugin website as an Available Software Site in Eclipse. Once you've done that, you'll be able to install the plugin manually.
    Installing Resin Eclipse Plugin Manually
    Using the Eclipse Plugin
    The Resin plugin supports all of the common server operations supported by WTP. You can start a server, stop a server, restart a server, debug on the server (including debugging remote servers), profile a server, add/remove projects to the server, clean the server, deploy/redeploy applications and so on. These operations are accessed either by right-clicking the server instance or right-clicking a project associated with a Resin server. If you are an experienced Eclipse user you should feel right at home.
    Using the Resin Eclipse Plugin
    按照以下步骤操作:
    For greater details on the Resin Eclipse plugin, check out the Caucho Wiki page for Eclipse.
    成功时如下图
  • 相关阅读:
    Mybatis深入浅出之工作原理
    Mybatis深入浅出之缓存机制
    Error :Unable to access jarfile *.jar
    Mysql与JDBC版本兼容性问题
    找工作的正确方法
    关于制作云主机基准镜像
    笔记分享
    Android4.0.1找不到R.java
    android 反编译出错 can not merge I and Z
    [论文理解] Improving the imporved training of Wasserstesin GANS: A consistency term and its dual effect
  • 原文地址:https://www.cnblogs.com/pennli/p/7814757.html
Copyright © 2011-2022 走看看