Greetings, I noticed what I think is a bug in the auto generated configuration file for mod_jk. In this file, it creates an Apache LoadModule directive, but fails to put double quotes around the path. Since Apache is installed in Program Files/Apache Group, there are two spaces in the name which confuses Apache. The funny thing is, the other two file paths, JkWorkersFile and JkLogFile appear to have the paths quoted properly. See excerpt from mod_jk.conf:
<IfModule !mod_jk.c> LoadModule jk_module c:/Program Files/Apache Group/Apache/modules/mod_jk.dll </IfModule> JkWorkersFile "c:/Program Files/Apache Tomcat 4.0/conf/jk/workers.properties" JkLogFile "c:/Program Files/Apache Tomcat 4.0/logs/mod_jk.log" Any idea if this is fixed in any release? I have some version of Tomcat 4.0 for Windows, but I can't figure out which release I have. I can work around it by making a static copy of this file and double quoting it myself, but we'd prefer to auto-generate it because we could be adding webapps to handle different customers regulary. Thanks in advance, Eric -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
