Re: Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Ben Blakely
I'm not sure if this is the proper way to do it, but try using this in your httpd.conf: LoadModulejk_module libexec/mod_jk.so AddModule mod_jk.c JkWorkersFile /usr/local/tomcat/conf/workers.properties JkLogFile /usr/local/apache/logs/mod_jk.log JkLogLevelwarn JkMount /*.jsp

Re: server.xml help (i think)

2001-01-24 Thread Ben Blakely
In your server.xml file there should be a line something like this: Context path="" docBase="webapps/ROOT" / Change the "webapps/ROOT" to "/home/user/domain/htdocs" and restart tomcat. This sets the root context for Tomcat to your web server's document root. Hope this helps, --brb Andrea