当前位置: 首页 > 工具软件 > JCreator > 使用案例 >

jcreator & resin

司徒鸿文
2023-12-01

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.

 类似资料:

相关阅读

相关文章

相关问答