当前位置: 代码迷 >> Eclipse >> 在eclipse下起动resin的相关配置
  详细解决方案

在eclipse下起动resin的相关配置

热度:30   发布时间:2016-04-23 00:25:06.0
在eclipse下启动resin的相关配置
Main class:com.caucho.server.resin.Resin

Arguments
program arguments:

-conf "D:\mj_server\resin-pro-3.1.12\conf\resin.conf"

VM arguments:

-Dresin.home="D:\mj_server\resin-pro-3.1.12"
-Djava.util.logging.manager=com.caucho.log.LogManagerImpl
-Xms512M
-Xmx1G


resin.conf

<web-app id="/gm_server" root-directory="D:/southeast/workspace_1.0.25/gm_server/web"/>
  相关解决方案