I believe those links describing how to launch Jetty without WTP, which is somewhat odd if you have WTP-enabled project. Have you tried to use Jetty server configuration in WTP and use WTP's "run on server" action to launch your webapp on jetty?

Also, if you really want to use approach from Maher's blog, you can simply create new Maven launch configuration and specify goal "jetty6:run", or use fully qualified name like "org.mortbay.jetty:maven-jetty6-plugin:6.0.0beta17:run" (you should be able to select it from the goal selection dialog in the Maven launch configuration).

 regards,
 Eugene


JG Flowers wrote:
I think I may have spoken too soon about how I'd be able to setup Jetty in
Eclipse.
I managed to track down these links http://docs.codehaus.org/display/JETTY/Debugging+with+the+Maven+Jetty+Plugin+inside+Eclipse 1 and http://mahertb.blogspot.com/2006/08/debugging-maven-web-application-with.html
2 .
When I tried to follow along with Maher's suggestion I fell at the point
where he describes:
After that It’s time to configure eclipse for debugging the web app by
selecting the Run > Debug … from the menu
# Set Main Class to "org.codehaus.classworlds.Launcher"
I see no sort of dialog to do this. See attached screenshots..

http://www.nabble.com/file/p18071975/EclipseDebug1.png http://www.nabble.com/file/p18071975/EclipseDebug2.png
Any ideas?


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to