Eugene Kuleshov wrote: > > 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? No I haven't, because Jetty version 6 was not in list.
Eugene Kuleshov wrote: > > 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). > Right can you elaborate on this for me. please. I take it the run/debug option isn't part of the process. Because if it is I'm going to be 'snookered' by aforementioned error. PS:With the pom.xml Ian Roughley provides with book, I am able to type mvn jetty:run from a command line. So I was hoping there was a way to launch this command from within Eclipse. -- View this message in context: http://www.nabble.com/Maven-integration-with-Eclipse-tp18034802p18073400.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
