This sounds similar to a problem that I had recently. I was prototyping with a
Tomcat 4.0, beta 5 standalone server, and could not get any jsp-based webapps to
work in any directory other than webapps/examples. If I moved my jsp files into
an examples subdirectory, they worked fine, but if I tried any other application
context, Tomcat core dumped when I tried to call a jsp, with the stack trace
pointing at Catalina.
As a sanity check, I installed an identical copy of my web app (under
webapps/MCD) on Tomcat 3.2.1, and it worked fine. Are there any additional
configuration requirements when using jsps in Tomcat 4.0? I'm not sure if this
is the same problem Daniel was having, but I would also be interested in the
solution. Thanks for the help.
Carina
-----Original Message-----
From: tomcat [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 22, 2001 11:25 AM
To: '[EMAIL PROTECTED]'
Subject: Multiple Sites
Hello all,
I'm fairly new to the world of JSP and am only just getting to the
interesting bits.
I'm running tomcat on Win 2000 and have no problem getting the example pages
to work,
however, I can't seem to setup multiple sites.
All environment variables, etc are fine.
Here is ( I think..) the offending part of server.xml
<Context path="/examples"
docBase="webapps/examples"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
<Context path="/zen2_jsp"
docBase="webapps/zen2_jsp"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
Any one got any ideas...?
Any help at all would be greatly appreciated.
Regards,
Daniel Griffin
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify [EMAIL PROTECTED]