1.
-classpath $[ClassPath] -Djava.util.logging.manager=com.caucho.log.LogManagerImpl -Dresin.home=D:/Server/resin3 -Djava.library.path=E:/Programer/java/jdk1.6.0/bin;D:/Server/resin3/bin com.caucho.server.http.ResinServer -conf D:/Server/resin3/conf/resin.conf
2.
add j2ee libs
3.
write main class
4.
run..
5.
remote debug resin:
1)httpd.exe -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=12345
2)-connect com.sun.jdi.SocketAttach:hostname=192.168.0.221,port=12345 -launch
6
debug jsp
web/WEB-INF/ refresh from local .
break java source.
本文介绍了Resin服务器的启动参数设置,包括类路径、库文件路径等配置详情,并涉及了远程调试配置方法及JSP页面刷新策略。此外,还提供了调试过程中可能用到的命令示例。
332

被折叠的 条评论
为什么被折叠?



