Servlet Deployment on Tomcat (linux)?
843842Sep 18 2009 — edited Sep 18 2009Hi Folks,
I have implemented a web project (servlet) using Eclipse Ver.: 3.4.2 and Tomcat 5.5.28 (running locally) on windows machine. The project has been built and deployed successfully using Eclipse.
What I want now is to deploy the same project on a remote linux machine where Tomcat is running.
My current project's main folder hierarchy is as follows:
myWebProject
--->.settings
--->build
--->src
--->WebContent
Actually, what I need is to create a ".war" file (am i right?) and deploy it on the remote tomcat server. Currently, I have .class files under my build folder.
So kindly if some one could give me some pointer on how to make a .war file and deploy it on a linux tomcat server and if that is all I need to deploy and run the servlet?
Thanks.