Category Archives: Application Servers

Setting-up Tomcat 7 on Windows 7

Apache Tomcat 7 is unique compared to prior releases as it supports the Servlet 3.0, JSP 2.2, and EL 2.2 specifications. However, make note that Tomcat 7 requires Java 1.6 or higher.

Posted in Application Servers, Technology, Tomcat | Tagged , , , , , , , , , , , , , , , | Leave a comment

How to install Tomcat 6 on Ubuntu Server

Before installing Tomcat, make sure you have the Java Runtime Environment installed. You can check this with the following command: dpkg –get-selections | grep sun-java

Posted in Application Servers, Linux, Technology, Tomcat, Ubuntu | Tagged , , , , , | Leave a comment