Note these are done as is.
Unless you know Tomcat and Java you should not be using these.
We support the installer only not tomcat itself. These are binary installs, compiled on RHE3.0 server, work on RH9 as well.
Instructions -
Download link
tar -xzvf filename.tar.gz
cd TC5Install
./pre-install.sh <-- This checks that java virtual machine is working
./fix-my-jvm.sh <-- This attempts to correct any java issues
./install <-- This does the install (very basic as we are using binary and not src)
./tcinstall <-- This adds WEB-INF and such to your cpanel3-skel directory and allows for existing account setup NOTE: For existing accounts you also need to use the "Add Servlet" option in WHM.
This script will invoke the required script and add FULL tomcat/cPanel support to an existing user in one step
AS ROOT
cd /scripts
wget
http://www.webhostingden.com/tcinstall
chmod 750 tcinstall
.