Please let me know how can I configure jetty server to run from eclipse IDE?
Also, suggest me some good plugins for the same. I downloaded jetty launcher but not able create new configuration with it. Please help.
Please let me know how can I configure jetty server to run from eclipse
Share
The best way I found to run Jetty from eclipse (and debug, etc.) was this : http://neelzone.wordpress.com/2007/06/18/jetty-and-eclipse-integration/
Basically, you create a java project, put jetty’s code in it, create a context file in jetty/contexts that points to your web application, and Run as Java application.
No need for a plugin.