We've deployed tomacat and apache at work for our website, it runs off RH so install was as easy as rpm -i tomcat-x.x-i386.rpm plus some other packages that tomcat required (on top of my head jakarta-servletapi) - mind you we have tomcat3 running. After it was installed the conf files were placed into /etc/tomcat3/conf, tomcat startup and shutdown script were respectively in /etc/init.d/rc.{0,3,6}, and the tomcat web-apps were in /var/tomcat3/ directory. You need java installed and be on the user's path -
export JAVA_HOME=/path/to/java
Good luck.
|