Tomcat 5 with mod_jk2 on Plesk 7 - Redhat
Finally! I got this
working so you can have jsp pages in your root directory. It is
actually pretty simple, along the lines of the following:
This is on Redhat version of Plesk 7.0
- install latest jdk
- install tomcat 5
- download jk2 connectors Fedora Core binaries
- copy the mod_jk2.so file into httpd modules dir
- add the LoadModule line for mod_jk2
- Remove at_domains_index.html from the DirectoryIndex line!
- make your hosts in server.xml ( see http://jakarta.apache.org/tomcat/to...vhosthowto.html )
- make workers2.properties file in /etc/httpd/conf directory ( see link above )

