Tomcat 7 Quick Deployment Guide on Linux/Unix
The Guide Presents a Quick Guide to Deployment on Apache Tomcat 7 Server for Linux/Unix.
And Apache Tomcat is the Most Diffused Open-Source Servlet Container for Java JEE Web Development.
The Procedure Start from an Exploded Servlet Tree to Easy Deploying by the App Manager on Tomcat 7.
The Tutorials is Practical and Give Focus just to the Essential Instructions and Commands.
Finally, the guide includes instructions on How to Make a Servlet Hello World on Eclipse JEE IDE.
-
How to Make a Java Servlet & JSP Hello World on Eclipse
-
Open Terminal Window
(Press “Enter” to Execute Commands). -
Compress the Servlet Directory.
cd </path/2>/myServlet
jar -cvf MyServlet.war *
-
How to Enable Manager App for Tomcat 7
-
Browser and Deploy MyServlet.war on Tomcat Manager App.
-
Learning Servlet and JSP Development