eclipse 配置Resin 服务
在eclipse 下配置resin 服务器步骤如下:1. Main
project : 选择项目路径
Main class:
com.caucho.server.resin.Resin
2.Arguments
Program arguments:
-conf "E:\resin-pro-4.0.10\conf\resin.xml"
VM arguments:
-Dresin.home="E:\resin-pro-4.0.10"
-DJava.util.logging.manager=com.caucho.log.LogManagerImpl
3.Classpath:
Bootstrap Entries:
选择三个包:
a.jre lib
b.tools.jar(%JAVA_HOME%/lib下)
c.resin jar (%RESIN_HOME%lib)
页:
[1]