remote debugging failure [message #113790] |
Tue, 01 November 2005 21:44 |
Eclipse User |
|
|
|
Originally posted by: myegress.hotmail.com
<< Remote Debugging Failure >>
Under Tomcat 5.0 with apache. (http://127.0.0.1:8080 )
External Tools > Envionment ... >
CATALINA_OPTS -Xdebug
-Xnoagent
-Xrunjdwp:transport=dt_socket,
server = y,
suspend = y,
address = 8000
-Djava.compiler = NONE
------------------------------------------------------------
I tested.
It works with -Xdebug -Xnoagent -Djava.compiler = NONE
But, with -Xrunjdwp ... doesn't work, which gives error.
So, I changed the address = 8080 as in apache web server's port,
which doesn't work, either.
What's wrong?
|
|
|
Powered by
FUDForum. Page generated in 0.07851 seconds