On Tue, 15 Oct 2002, Milt Epstein wrote: > On Tue, 15 Oct 2002, Aryeh Katz wrote: > > > > 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=/ > > [Note: These above three lines are unnecessary. They just define > macros/variables used internally in the workers.properties file, but > you've deleted the lines where they were being used.] > > > workers.list=ajp13 > > workers.ajp13.port=8009 > > workers.ajp13.host=correct.server.name > > workers.ajp13.type=ajp13
Should've noticed it the first time around, but all of these above four lines should have "worker" instead of "workers". > > apache = 1.3.27 > > jakarta = 4.0.6 > > This is different from what you had previously. So what is/isn't > happening now, and what (error) messages are you seeing in the logs? > Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
