Re: How to remotely debug with Tomcat 5.5

2005-01-14 Thread Mark Thomas
Should work in exactly the same way.
Mark
Rolf Zelder wrote:
Hi
In Tomcat 4.2 I was able to define dt_socket (see below)  for remote
debugging in the catalina.bat file. How do I configure a dt_socket in Tomcat
5.5 ? 

Cheers
   Rolf

Catalina.bat:
set JAVA_OPTS=%JAVA_OPTS% -Xdebug
-Xrunjdwp:transport=dt_socket,address=3888,server=y,suspend=n
Strangers are friends, which haven't met yet ! 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


How to remotely debug with Tomcat 5.5

2005-01-13 Thread Rolf Zelder
Hi

In Tomcat 4.2 I was able to define dt_socket (see below)  for remote
debugging in the catalina.bat file. How do I configure a dt_socket in Tomcat
5.5 ? 

Cheers
   Rolf



Catalina.bat:
set JAVA_OPTS=%JAVA_OPTS% -Xdebug
-Xrunjdwp:transport=dt_socket,address=3888,server=y,suspend=n


Strangers are friends, which haven't met yet ! 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]