Hi Rainer,
The quotation marks around the file paths did the trick.  Now trying to enable 
PHP on Apache!

Richard.

----- Original Message ----
From: Rainer Jung <[EMAIL PROTECTED]>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Tuesday, December 18, 2007 5:03:33 PM
Subject: Re: apache and tomcat

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]


      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

Reply via email to