Hi,
I have an application running in
tomcat 3.3.2, and the project created in Eclipse 3.1 I am trying to debug this application, from eclipse, on a windows machine.
I started the tomcat server with the option
-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8081,server=y,suspend=n
but once the server started, if i check the listening ports, port 8081 is not displayed.
Can anybody help me in this?
Any help appreciated.
Thanks in advance.
Indu