Chuck,
On Apr 29, 2008, at 8:37 AM, Caldarale, Charles R wrote:
From: Michael Burbidge [mailto:[EMAIL PROTECTED]
Subject: Where to define Context element...
The Tomcat documentation lists several different places
that you can define a Context element.
Would you like us to guess what Tomcat
> From: Michael Burbidge [mailto:[EMAIL PROTECTED]
> Subject: Where to define Context element...
>
> The Tomcat documentation lists several different places
> that you can define a Context element.
Would you like us to guess what Tomcat version you're using, or could
you t
The Tomcat documentation lists several different places that you can
define a Context element. I don't want to define it in my app's web.xml
Neither should you. Web.xml has its own purpose defined by the servlet spec.
My web app is in a war called mytest.war, which I deployed to
$CATALINA_HOME
I'm trying to define a JNDI resource for a datasource. The Tomcat
documentation lists several different places that you can define a
Context element. I don't want to define it in my app's web.xml and I
don't want to modify tomcat config files. I want to define a companion
file for my app, b