Tag Archives: Tomcat

Integrating Tomcat and Apache Using Proxy

This easiest way to integrate Tomcat and Apache together is to have Tomcat run behind Apache which behaves like a proxy server. Enable the proxy module for Apache. $ a2enmod proxy $ a2enmod proxy_http (To allow Apache to forward to … Continue reading

Posted in Apache, Tomcat | Tagged , | Comments Off

Tomcat 5.5 for Ubuntu Quickstart Guide

Apache Tomcat is a web container developed at the Apache Software Foundation (ASF). Tomcat implements the servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, providing an environment for Java code to run in cooperation with a web server. … Continue reading

Posted in Tomcat, Ubuntu | Tagged , | Comments Off