eclipse配置resin3.X

1、Run->Run confingurations->java appliction新建一个项目名resin(随便写)
2、main ->main class填com.caucho.server.http.ResinServer
3、arguments->program arguments填-conf "D:\开发工具\resin-3.0.19\conf\resin.conf"
   arguments->vm arguments -Djava.util.logging.manager=com.caucho.log.LogManagerImpl
4、classpth->bootstrap entries导入D:\开发工具\resin-3.0.19\lib下的jar包和jdk的tools.jar
5、当需要debug跟踪项目源码时可以在source下添加项目

猜你喜欢

转载自yongjiegege.iteye.com/blog/2026012