Apache Tomcat

Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed under the Java Community Process. Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. Apache Tomcat is intended to be a collaboration of the best-of-breed developers from around the world. We invite you to participate in this open development project. To learn more about getting involved, click here. Apache Tomcat powers numerous large-scale, mission-critical web applications across a diverse range of industries and organizations. Some of these users and their stories are listed on the PoweredBy wiki page.

How to Install Apache Tomcat for Development Mode

Document Information
Document ID: 
app2011-025

The following text was taken from the RUNNING.txt file found in the root folder of a downloaded and unzipped copy of Apache Tomcat.  The steps outlined below describe how to setup Apache Tomcat to be used in a software development mode.

 

Make Tomcat 6.x work in IIS7

Document Information
Document ID: 
app2010-015

This is a walkthrough to help you use ISAPI Filters to run Tomcat on a Windows Server Machine that uses IIS7. If you're interested in setting up Tomcat under Apache, see this other lab.usgin.org walkthrough.

A couple of other webpages that I used to learn how to do this are located here and here.

Running GeoNetwork 2.4.1 under Tomcat 5.5 on Windows XP

Document Information
Document ID: 
app2009-007

This cookbook describes how GeoNetwork 2.4.1 can be made to work under Tomcat 5.5 (JDK 1.5.0_17) on Windows XP. This document expands on http://trac.osgeo.org/geonetwork/wiki/HowToRunUnderTomcat and assumes that you have been able to successfully install and run GeoNetwork 2.4.1.

The GeoNetwork installer deploys the Jetty Web/servlet engine and McKoi SQL Database DBMS plus 3 Java applications: geonetwork (CSW client/server, and more), geoserver (WMS, WFS, WCS server), and intermap (WMS client). We decided to move the GeoNetwork applications to the Tomcat Web server because our production server is already running Tomcat and because it offers additional functionality (load balancing, etc.) for future growth. In the future, we may also replace McKoi with our existing PostgreSQL DBMS.

Make Tomcat Work Through Port 80

Document Information
Document ID: 
app2009-004

On a machine running Tomcat and Apache, you can set things up so that instead of having to type Tomcat URLs with ":8080" on the end of the domain, you use a proxy to redirect that traffic to Tomcat.

I had to adjust two files: httpd.conf in my \conf directory, and server.xml in my \conf directory. My edited files are attached.

For the Apache configuration (httpd.conf), you have to do three things:

1. Uncomment three lines by deleting the "#" at the beginning of the line:

Resources

Apache Tomcat

Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed under the Java Community Process.

Syndicate content