Re: t5: debugging with jetty

2008-08-22 Thread Filip S. Adamsen
I use IntelliJ IDEA as well. But I simply create a Maven configuration that runs mvn jetty:run and launch it as a debugging session. -Filip On 2008-08-22 17:32, César Lesc wrote: I set MAVEN_OPTS, launch jetty with maven and just attach the debugger's IDE, in IntelliJ IDEA is called Remote Deb

Re: t5: debugging with jetty

2008-08-22 Thread César Lesc
I set MAVEN_OPTS, launch jetty with maven and just attach the debugger's IDE, in IntelliJ IDEA is called Remote Debug my debug script es like this: export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=n" mvn jetty:run César. --

RE: t5: debugging with jetty

2008-08-22 Thread limonn
ginal Message- >> From: limonn [mailto:[EMAIL PROTECTED] >> Sent: Friday, August 22, 2008 09:19 >> To: users@tapestry.apache.org >> Subject: t5: debugging with jetty >> >> >> How do you guys debug using jetty, any guidance steps for that ? >> >

Re: t5: debugging with jetty

2008-08-22 Thread Tobias Wehrum
Hi limonn, to start Jetty, we use an org.mortbay.jetty.Server object started in a simple public static void main - so we can debug our program like any other java program too. The "no restart needed"-Feature is enhanced by debugging the application this way: When simply run, "no restart needed

RE: t5: debugging with jetty

2008-08-22 Thread Jonathan Barker
Message- > From: limonn [mailto:[EMAIL PROTECTED] > Sent: Friday, August 22, 2008 09:19 > To: users@tapestry.apache.org > Subject: t5: debugging with jetty > > > How do you guys debug using jetty, any guidance steps for that ? > > How that affects the feature of no need to

t5: debugging with jetty

2008-08-22 Thread limonn
How do you guys debug using jetty, any guidance steps for that ? How that affects the feature of no need to restart jetty for changes to show ? Thank s in advance -- View this message in context: http://www.nabble.com/t5%3A-debugging-with-jetty-tp19107119p19107119.html Sent from the Tapestry -