thanx, works fine (on Windows I just set MAVEN_OPTS environment property like this: set MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=3998,suspend=n,server=y -Xms256m -Xmx512m -XX:MaxPermSize=128m)
-----Ursprüngliche Nachricht----- Von: Mark Hobson [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 16. April 2008 10:39 An: [email protected] Betreff: Re: [mojo-user] tomcat plugin in debug mode? Using tomcat:run? Tomcat runs in the same process as Maven, so just add the debug opts to MAVEN_OPTS. Mark On 16/04/2008, Rossmy Tilman <[EMAIL PROTECTED]> wrote: > > > > anybody know how to use the maven-tomcat-plugin in debug mode (jpda), or if > that's possible at all? --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
