BTW: this message also indicates, that Apache httpd could load the module into memory, so you are doing progress :)
Richard Dunne schrieb: > I have added this to my http.conf > LoadModule jk_module modules/mod_jk.so > JkWorkersFile /workers.properties > JkLogFile C:/Program Files/Apache Software Foundation/Tomcat > 6.0/logs/mod_jk.log > JkLogLevel debug > Alias /examples C:/Program Files/Apache Software Foundation/Tomcat > 6.0/webapps/examples > JkMount /examples/servlet/* testWorker > JkMount /examples/*.jsp testWorker > <location "/examples/web-inf/"> > AllowOverride None > deny from all > </location> > > The problem is the directory for my workers file is > c:/Program Files/Apache Software Foundation/Tomcat 6.0/conf > Error message: JKWorkersFile take one arguement. > It seems as though its only read as far as /Apache due to the space between > Apache and Software. Is this correct? > > Richard. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]