How to deploy Servlets via Eclipse on Ubuntu -- start here
http://www.codejava.net/ides/eclipse/how-to-create-deploy-and-run-java-servlet-in-eclipse
If you run into problems then go here -- (I was using tomcat v7.0)
http://stackoverflow.com/questions/13423593/eclipse-4-2-juno-cannot-create-a-server-using-the-selected-type-in-tomcat-7
Last, if you have permissions preventing you to run the web application, close the eclipse and run it as admin. it will by-pass some of the restrictions with deployments. In the eclipse application directory, type: sudo ./eclipse and it will run as admin.
No comments:
Post a Comment