Well, if you had followed my instructions, you wouldn't need additional stuff, as those lines like JkWorkersFile are in mod_jk.conf. So, I'm confused.
My confusion aside, if its working the way you want it to work, I would call it good and have fun.
John
Xingqun Jiang wrote:
Hi, John
I followed your instruction, plus adding a few lines in Apache conf file, suggested by Lenny. And I tested on another computer, it seemed working fine. So do I still need to some other configurations?
Lenny's suggestion is below:
Lance,
I've used John Turners method for Windows 2000 many times without a problem.
One thing you might want to do if you have followed all the instructions is to add the following to the bottom of your Apache conf file:
JkWorkersFile "d:\java\Tomcat41\conf\jk\workers.properties" < - change to what ever your Tomcat reference is JkLogFile "d:\java\Tomcat41\logs\mod_jk.log" < - change to what ever your Tomcat reference is Include d:/java/Tomcat41/conf/auto/mod_jk.conf < - change to what ever your Tomcat reference is
JkMount /myapp ajp13 < - change myapp to whatever your app is in the Tomcat webapp directory JkMount /myapp/* ajp13
Restart Tomcat and Apache
Hopes this helps.
Lenny Sorey
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
