yes, there is just start maven with:
jetty6:run
but have in the environment tap of externaltools
a variable MAVEN_OPTS with content: -Xdebug -Xnoagent
-Djava.compiler=NONE-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=4000

next run debug on port 4000 or the same portnumber as the address property
on the line above
if you also specify that the debugger is able to terminate the jvm then you
can reuse the debug session the next time you start jetty.

Rolf

On 12/26/05, Koen Maes <[EMAIL PROTECTED]> wrote:
>
> maven jetty plugin works great but i would like to debug my webapp via
> eclipse
> is there any option - like tomcat : catalina.sh jpda start - to tell jetty
> that it should open up a JPDA port so I can connect with eclipse remote
> debugger ?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to