c******n 发帖数: 4965 | 1 I started tomcat, but it just does not go forward unless I actually used
eclipse to connect to it.
then after that I could disconnect and tomcat goes on fine
this does not make much sense.... debugger should be optional, right? | c******n 发帖数: 4965 | 2 this is my start script:
export JAVA_OPTS=' -Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server
=y '
apache-tomcat-6.0.32/bin/startup.sh
【在 c******n 的大作中提到】 : I started tomcat, but it just does not go forward unless I actually used : eclipse to connect to it. : then after that I could disconnect and tomcat goes on fine : this does not make much sense.... debugger should be optional, right?
| r**d 发帖数: 316 | | k******p 发帖数: 21 | 4 First add Tomcat to Eclipse runtime server,
From Eclipse run menu,
Debug as -> Debug o server (tomcat) |
|