...
- Install our version of conf/server.xml (from /mit/touchstone/config/idp2-core/tomcat), which properly configures the AJP connector on port 8009, and disables the HTTP connector on port 8080.
- We will require the MySQL connector for Java; download and copy this into the tomcat library directory, e.g.:
No Format # cp /path/to/mysql-connector-java-5.1.12-bin.jar /usr/local/tomcat/lib/
- Install the tomcat init script (from /mit/touchstone/maint/init/tomcat) in /etc/init.d/, and make sure tomcat is started at boot time:
No Format # chkconfig --add tomcat
...