http://server.ccl.net/cca/software/UNIX/apache/debian-tomcat/node7.shtml |
CCL node7.html | |
Next: /etc/apache/mod_jk/tomcat-auto Up: Configuration Previous: Configuration   Contents /etc/apache/httpd.confThe installation scripts for libapache-mod-jk will insert the necessary lines into here, but I don't like the way they do it, so here's what I do: I add ``LoadModule jk_module /usr/lib/apache/1.3/mod_jk.so'' somewhere before ``LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so'' The scripts will place a section that looks like this in the file:
<IfModule mod_jk.c>
# The following line is for apacheconfig - DO NOT REMOVE!
JkWorkersFile /etc/apache/mod_jk/workers.properties
Include /etc/apache/mod_jk/tomcat-auto
</IfModule>If it's located near the end of the file, it's fine. Otherwise that might be a good location for it. Note the ``Include'' line, that file is an automatically generated file that is outputted by Tomcat.
2001-05-26 |
[ CCL Home Page ]
[ debian-tomcat ]
[ Raw Version of this page ]
Modified: Sun May 27 22:08:42 2001 GMT |
Page accessed 6419 times since Mon Feb 3 15:24:45 2003 GMT |