> From: Tent Pig [mailto:[EMAIL PROTECTED] 
> Subject: Configuring TOMCAT to use different ROOT context
> 
> Plus, she has different JSP pages for each virtual
> host and doesn't want to 'mix and match' them. In
> other words, if 'myfile.jsp' is only available on
> virtualhost1, she doesn't want someone to be able to
> go to http://virtualhost2/myfile.jsp, as she has me
> restrict access to various virtual hosts by IP subnet.

Can you use Tomcat's multiple <Host> capability to accomplish this
segregation?  Each <Host> element has its own appBase, which could point
to the appropriate DocumentRoot directory for the corresponding httpd
virtual host.  (I've not done this in conjunction with httpd, so I could
easily be missing something.)

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to