can any one help me how to run servlet from java project coz there is no option as run as which we use to get when running in dynamic web project in eclipse IDE.:confused:
Printable View
can any one help me how to run servlet from java project coz there is no option as run as which we use to get when running in dynamic web project in eclipse IDE.:confused:
You need a server on which you can deploy the servlet. Tomcat, JBoss, Glassfish, etc...these can be linked up through Eclipse to run and debug, but running the servlet is the responsibility of the server.