> Hi,
> 
> I am trying to use Apache 2.0 on windows to load balance three tomcat workers 
> using mod_jk.
> Wen I browse the URL  (http://localhost/jsp-examples/index.jsp), Apache does 
> not locate it
> from the tomcat servers, and most probably it does not forward the request 
> since I get the following
> into the log.
> 
> File does not exist: C:/apache/Apache2/htdocs/jsp-examples/index.jsp
> 
> This means that Apache tries to find the requested page inside itself, 
> instead of delegating the request
> to tomcat workers. Although, I have defined the jsp-examples context in the 
> worker2.properties file like this:
> 
> # Map the Tomcat jsp-examples webapp to the Web server uri space
> [uri:/jsp-examples/*.jsp]
> info=mapping the jsp-examples context of Tomcat
> context=/jsp-examples
> group=balanced
> 
> Any clue ?
> 
> Regards,
> Rehman Adil
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to