Java Tutorial - Java Script :
Step 3: Edit the Apache Configuration File
Apache will need to know about Tomcat-based applications. Tomcat will dynamically create a configuration file for Apache to use, but you must tell Apache how to find it. Edit the Apache configuration file httpd.conf and append the following line to the end of the file: Include CATALINA_HOME/conf/auto/mod_jk.conf Replace CATALINA_HOME with the name of your Tomcat installation directory. You will configure Tomcat to dynamically generate the file mod_jk .conf in the next step.
