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
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