Thanks a lot for your answers. I figured out that the problem was that tomcat was running as a windows service - I changed this and it is working fine now. Besides this I found a good tutorial concerning remote debugging at http://jakarta.apache.org/site/idedev-rdtomcat.html
Best regards, 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 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 prompt in TOMCAT_HOME > > 3. > enter > bin\catalina.bat jpda start > > CT > > Martin wrote: > > >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 in debug mode? > > > >Many thanks, > >Martin -- NEU: WLAN-Router f�r 0,- EUR* - auch f�r DSL-Wechsler! GMX DSL = superg�nstig & kabellos http://www.gmx.net/de/go/dsl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
