Install
-
Log into the node on which you want to install the Tomcat instance, as root.
-
Install the necessary RPMs:
rpm -Uvh /nerdc/ftp/pub/packages/RPMS/aix4.3-ppc/unzip-5.50-1.aix4.3-ppc.rpm rpm -Uvh /nerdc/ftp/pub/packages/RPMS/aix4.3-ppc/dummy_DB2-1-2.aix4.3-ppc.rpm rpm -Uvh /nerdc/ftp/pub/packages/RPMS/aix4.3-ppc/tomcat-5.0.19-1.aix4.3-ppc.rpm rpm -Uvh /nerdc/ftp/pub/packages/RPMS/aix4.3-noarch/ant-1.5.4-1.aix4.3-noarch.rpm
-
Copy the catalina-ant.jar from tomcat into the ant library:
cd /usr/local/share/ant/lib/ cp /usr/local/tomcat/server/lib/catalina-ant.jar . chown bin:bin catalina-ant.jar chmod a+r catalina-ant.jar
-
Create a tomcat instance(s):
/nerdc/servlets/osgjas/scripts/admin/bin/create-instance-dir.sh <server> <userid> <groupid<
-
Edit tomcat-all.xml to add the new instance(s):
vi /nerdc/servlets/osgjas/scripts/admin/conf/tomcat-all.xml
-
Log into spnode33 as root. Generate new scripts and configuration files:
/nerdc/servlets/osgjas/scripts/admin/bin/create-all.sh
-
Edit the appropriate /nerdc/servlets/osgjas/conf/<virtualhost>.jkmount file(s) for any new applications.

