> I've been following docs on setting this up (Apache 1.3x 
> Tomcat 5.0.18,
> jk) for the Tomcat examples, but I get "File does not exist: 
> /wwwroot/htdocs/examples/" in apache logs. I have Apache and 
> Tomcat on different boxes. I am not fussed about serving 
> static content as I will eventually use Apache for load balancing.
> 
> I must be missing something! Any ideas are appreciated.

Not sure of this is it, but you have not told apache to go to tomcat for
any/all files in /examples. If you want it to request to Tomcat for
everything under examples, try:

JKMount /examples/* worker1

And see if it works.

Phil



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to