How to integrate Tomcat and Sokkit
January 3rd, 2006Example I got working:
Sokkit: 4.0
JDK: 1.5.0_05
Tomcat: 5.0.28
- Download and unzip the sokkit_tomcat kit
- Shutdown apache
- Download and unzip tomcat.
- Download and install JDK 1.5.
- Copy “jakarta-tomcat-5.0.28″ to sokkit folder
- Added
set JAVA_HOME=C:\\Program Files\\Java\\jdk1.5.0_05
(Where ever you have your JDK installed)
to top of bin\catalina.bat (after comments) - Copy tomcat.conf to C:\sokkit\apache2\conf\addonconf
- Copy mod_jk.so in C:\sokkit\apache2\modules folder
- Start tomcat
- Start apache
- Test page http://localhost/servlets-examples/
http://archive.apache.org/dist/jakarta/tomcat-5/v5.0.28/bin/
http://java.sun.com
a. cd C:\\sokkit\\jakarta-tomcat-5.0.28\\bin b. startup |