Note: This version of the VDT (1.5.2) is no longer supported. Feel free to look through the documentation and install it, but we cannot guarantee support for it. The current stable release is 2.0.0.
configure_tomcat - Tomcat configuration script
configure_tomcat --version <4,5,55>
--server <y,n>
--vdt-install <VDT installation root>
- --version <4,5,55>
-
Since different components of the VDT require different Tomcat
version, the VDT comes with both Tomcat 4 and Tomcat 5. Both may
be configured seperatly and configure_tomcat requires you to
specify which one to act on.
- --server <y,n>
-
For y install the
tomcat-$version init script in /etc/init.d, make
appropriate run level links and start the server. For n remove
any existing tomcat init from /etc/init.d.
- --vdt-install <VDT installation root>
-
configure_tomcat will look for the root of the VDT installation at
$VDT_LOCATION. If you do not have that set you can specify it
with --vdt-install instead.
- --help, --usage
-
Print a usage message.
The following changes are made to the Tomcat setup.
- A mod_jk worker is added to the Apache configuration
-
- All connectors are removed and a new AJP connector is added at
port 8888 + $version
-
- The Tomcat server port is set to 8080 + $version
-
- The init script is modified to source the VDT setup.sh file and
set CATALINA_HOME to the correct location
-