> From: Tent Pig [mailto:[EMAIL PROTECTED]
> Subject: RE: Configuring TOMCAT to use different ROOT context
>
> The problem I'm encountering is a request to:
> http://path/to/sectionx/test.jsp
> will yield an error 400, bad request.
Are you sure it's even getting to
--- "Caldarale, Charles R"
<[EMAIL PROTECTED]> wrote:
> I hope you're more careful with proper casing than
> the above would lead us to believe. If the above is
> really what you put in, it would have no
> effect, since both the element and attributes are
> incorrect.
My casing is AFAIK correct
> From: Tent Pig [mailto:[EMAIL PROTECTED]
> Subject: RE: Configuring TOMCAT to use different ROOT context
>
> I put in tomcat's server.xml:
>
> />
I hope you're more careful with proper casing than the above would lead
us to believe. If the above is really wh
--- "Caldarale, Charles R"
<[EMAIL PROTECTED]> wrote:
> Can you use Tomcat's multiple capability to
> accomplish this segregation? Each element
> has its own appBase, which could point to the
> appropriate DocumentRoot directory for the
> corresponding httpd virtual host.
Well, I tried this.
> 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 so