Tomcat 5 in debug Mode

2004-11-08 Thread Akacem Mohammed
Hello I tried to remote debug from eclipse 3.0. but I got this error Message from eclipse: Fail to connect to the VM ( I checked the port which is 8080 an d the host whici is 127.0.0.1 ). How do I start tomcat in debug mode ( I tried startup -debug without success ). thanks for any help M

Re: Tomcat 5 in debug mode

2004-07-29 Thread Martin
> -Ursprüngliche Nachricht- > Von: Christophe Thiébaud [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 29. Juli 2004 14:21 > An: Tomcat Users List > Betreff: Re: Tomcat 5 in debug mode > > > I use this on windows: > > 1. > in bin\catalina.bat, set J

Re: Tomcat 5 in debug mode

2004-07-29 Thread Christophe Thiébaud
I use this on windows: 1. in bin\catalina.bat, set JPDA_TRANSPORT and JPDA_ADDRESS to fit your needs e.g. mine are: set JPDA_TRANSPORT=dt_socket set JPDA_ADDRESS=8000 I also change the default suspend=n to suspend=y on the last lines of the script (starting with %_EXECJAVA%) 2. start command prom

RE: Tomcat 5 in debug mode

2004-07-29 Thread Ralph Einfeldt
Have a look at catalina.bat/sh. > -Original Message- > From: Martin [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 29, 2004 11:56 AM > To: [EMAIL PROTECTED]> > Subject: Tomcat 5 in debug mode > > > could somebody please tell me how to start tomcat 5 on &

RE: Tomcat 5 in debug mode

2004-07-29 Thread Dale, Matt
]> Subject: Tomcat 5 in debug mode Hi all, could somebody please tell me how to start tomcat 5 on Windows in debug mode? I would like to use it for remote debugging, but I just recently upgraded to tomcat 5 and could not find any description how to do this. Is there maybe any generic solution

Tomcat 5 in debug mode

2004-07-29 Thread Martin
Hi all, could somebody please tell me how to start tomcat 5 on Windows in debug mode? I would like to use it for remote debugging, but I just recently upgraded to tomcat 5 and could not find any description how to do this. Is there maybe any generic solution to start tomcat 5 on windows and linux