Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » remote debugging failure
remote debugging failure [message #145843] Wed, 02 November 2005 03:16
Eclipse UserFriend
Originally posted by: myegress.hotmail.com

<< Remote Deugging Failure >>

Env: Tomcat 5.0 with Apache
(http://127.0.0.1:8080)

External Tools

____________________
_______________| Environment |___________

CATALINA_OPTS -Xdebug
-Xnoagent
-Xrunjdwp:transport = dt_socket,
server= y,
suspend = n,
address = 8000
-Djava.compiler = NONE


I tested.
It worked with -Xdebug
-Xnoagent
-Djava.compiler = NONE

But, it didn't work if I included
-Xrunjdwp:transport = dt_socket,
server= y,
suspend = n,
address = 8000

So, I changed 8000 into 8080 or 127.0.0.1:8080
as an address and tested. But still didn't work.
What's wrong?
Let me know, asap.
Previous Topic:Launch Web Services Explorer - Error
Next Topic:EMF translators
Goto Forum:
  


Current Time: Wed Sep 25 01:09:43 GMT 2024

Powered by FUDForum. Page generated in 0.04682 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top