> > I would post the relevant section of httpd.conf (not the whole thing, > please) with the JkMount statements, and the contents of your > workers.properties file. Also, which version of Apache and Tomcat you
httpd.conf (main server, not virt) JkWorkersFile /jakarta-tomcat-4.0.6/conf/workers.properties JkLogFile /usr/local/apaservlet/logs/mod_jk.log JkLogLevel debug JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " JkMount /examples/servlet/* ajp13 workers.properties workers.tomcat_home=/jakarta-tomcat-4.0.6 workers.java_home=/jdk1.3.1_05 ps=/ workers.list=ajp13 workers.ajp13.port=8009 workers.ajp13.host=correct.server.name workers.ajp13.type=ajp13 apache = 1.3.27 jakarta = 4.0.6 --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
