Hi All, 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.
A:
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.
alci
2010-07-19 12:29:38
A:
I tried it by using the same link, but i am unable to see the output. I tried it with localhost in browser, so that atleast there i can see the output .... but over there it shows me Page not found..... Dont know wats wrong.....Done exactly the same steps as mentioned..... Can anybody help me ???
Aditi
2010-07-22 08:55:58