Re: Starting up Tomcat in debug mode with tomcat6:run

2012-05-11 Thread Olivier Lamy
The most simple is to use mvnDebug (no need to add vm options all is already set in mvnDebug script). 2012/5/11 Henrique Ordine : > Hi everybody, > > I understand that to start up tomcat in debug mode I need to add the > following JVM options : > > -Xdebug -Xrunjdwp:transport=dt_socket,address=800

Starting up Tomcat in debug mode with tomcat6:run

2012-05-11 Thread Henrique Ordine
Hi everybody, I understand that to start up tomcat in debug mode I need to add the following JVM options : -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n I'm using the Maven tomcat6:run plugin though to start up my application on Tomcat. Does anyone know how I can set thos