博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
resin app server安装总结
阅读量:7104 次
发布时间:2019-06-28

本文共 1985 字,大约阅读时间需要 6 分钟。

之前一直用的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:\java\jdk1.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:\resin-4.0.x并在环境变量path添加“%RESIN_HOME%\bin”,具体如下:
path: ......
%RESIN_HOME%\bin
  1. Execute resin.exe
  • or run java -jar lib/resin.jar start
  1. Browse to 
与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 (
). 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 
.
成功时如下图

 

转载于:https://www.cnblogs.com/pennli/p/7814757.html

你可能感兴趣的文章
Apache Hive 安装文档
查看>>
Raspberry Pi(树莓派)国内软件源
查看>>
dev 中 字符串转中文拼音缩写,对grid列表进行模糊匹配,grid获取焦点行,gridlookupedit控件用拼音模糊匹配下拉选项...
查看>>
转.Buffer Management by the Camera Driver (Windows Embedded CE 6.0)
查看>>
仿金蝶-记账凭证
查看>>
jquery自动焦点图
查看>>
网络传输机制
查看>>
【HDOJ】1057 A New Growth Industry
查看>>
在windows和unbuntu上安装octave
查看>>
codeforces727F Polycarp's problems(dp)
查看>>
Microsoft .Net Remoting系列专题之一:.Net Remoting基础篇
查看>>
做WinForm项目时遇到的一个问题,MessageBox不从用户控件那一层弹出
查看>>
与正则有关的JS方法结合其在项目中的应用
查看>>
CentOS 7.6最小化安装(系统盘和数据盘分离安装)
查看>>
从零开始编写自己的C#框架(8)——后台管理系统功能设计
查看>>
C#编程(三十一)----------泛型总结
查看>>
入门:在ubuntu中安装Nessus漏洞扫描器
查看>>
TT模板的作用及使用
查看>>
Android 内核--Binder架构分析
查看>>
CSS background-attachment属性三种值
查看>>