How to integrate Tomcat and Sokkit

January 3rd, 2006

Example I got working:

Sokkit: 4.0
JDK: 1.5.0_05
Tomcat: 5.0.28

  1. Download and unzip the sokkit_tomcat kit
  2. Shutdown apache
  3. Download and unzip tomcat.
  4. http://archive.apache.org/dist/jakarta/tomcat-5/v5.0.28/bin/

  5. Download and install JDK 1.5.
  6. http://java.sun.com

  7. Copy “jakarta-tomcat-5.0.28″ to sokkit folder
  8. 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)

  9. Copy tomcat.conf to C:\sokkit\apache2\conf\addonconf
  10. Copy mod_jk.so in C:\sokkit\apache2\modules folder
  11. Start tomcat
  12. 	a. cd C:\\sokkit\\jakarta-tomcat-5.0.28\\bin
    	b. startup
    
  13. Start apache
  14. Test page http://localhost/servlets-examples/

Leave a Comment