Apache-Tomcat configuration on Win2k

2003-02-13 Thread Arun
Hi, I'm trying to configure Apache(1.3x) with Tomcat(4.1) using mod_jk on Win2k. After configuring Tomcat, I defined a worker.proterties file under Tomcat as: worker.list=testWorker worker.testWorker.port=8009 worker.testWorker.host=localhost

Re: Apache-Tomcat configuration on Win2k

2003-02-13 Thread Jake Robb
Arun, Try putting the paths to JkWorkersFile, JkLogFile, and your examples directory in quotes, i.e.: LoadModule jk_module libexec/mod_jk-1.3.26.dll AddModule mod_jk.c JkWorkersFile C:/Tomcat4_1_12/conf/workers.properties JkLogFile C:/Tomcat4_1_12/logs/mod_jk.log JkLogLevel debug Alias