Ubuntu Tutorials Copy/Paste tutorials for Ubuntu

22Oct/092

Installing Tomcat 6 on Jaunty

Apache Tomcat is a servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run.

1. Install all required packages

sudo apt-get install tomcat6 tomcat6-admin tomcat6-examples