snip
> I'm clear as to how to set up Apache, but not clear as to how to set
> up Tomcat's server.xml file to read those directories as separate
> sites.  Also, I'm not clear what files need to be put where to get
> JSP's to work (having attempted to move the examples into a virtual
> host's examples directory). Any help on this would be a huge help.
I'm new at this myself, so someone out there might correct me, but this is what I 
understand from the docs.
Each JkMount specifies a worker to handle that request. Apache then forwards requests 
based on URI to the correct worker.
If your virtual hosts use different workers, apache forwards the request to the 
correct worker. Thus, tomcat doesn't have to determine the virtual host, apache does 
that for you.
---
Aryeh Katz
VASCO                   
www.vasco.com           


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

Reply via email to