Google Site SearchFN Site Search FN Blog Login FN Blog Login
Site Navigation:
 
 

TUTORIAL: mod_jk2 (Apache Jakarta Connector)


  1. So what did happen to your system.
    1. mod_jk2.so and jkjni.so was installed in /usr/lib/httpd/modules These are the actual module used by Apache. jkjni.so is not used in this configuration.
    2. The Apache configuration file (mod_jk2.conf) was created in /etc/httpd/conf.d To do it this way allow you to create configuration files (for diffrent things) whichout having to modify the main configuration file.
    3. A sample configuration (workers2.properties) file was created in /etc/httpd/conf. This file for used by mod_jk2 to tell Apache what is available.
    4. Troubleshooting Try this URL:http://localhost/jkstatus - nice isn't it.
  2. Jakarta Tomcat documentation Homepage: http://jakarta.apache.org/tomcat/index.html Tomcat documentation: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html You will also find links to Apache's Servlet/JSP documentation here. Tomcat Connectors documentation: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html
  3. Sun's documentation Java2 Enterprise Eddition Java Servlet technology Technical Articles and Tips Articles: Servlets Both of these are from 1997, but should give you an insite of the mystical world of Servlets. JavaServer Technologies, Part I JavaServer Technologies, Part II