It also worked for me:
- putting context.xml to webpass/YOUR_WEPAPP/META-INF
- pack your web-app as ROOT.war
- deploy it
Tomcat will copy your context.xml from META-INF to
conf/[engine]/[host]/ROOT.xml
Cheers
Greg
PS.: tomcat 5.5.17
--
what's puzzlin' you, is the nature of my game
.x default context support outside of server.xml
> From: Jon Wilmoth [mailto:[EMAIL PROTECTED]
> Subject: v5.5.x default context support outside of server.xml
>
> There seems to be some conflict between different sections
> of the context config documentation that leads me to believe
> From: Jon Wilmoth [mailto:[EMAIL PROTECTED]
> Subject: v5.5.x default context support outside of server.xml
>
> There seems to be some conflict between different sections
> of the context config documentation that leads me to believe
> it's not possible to specify a
I've tried unsuccessfully to deploy my webapp as the default context for my
host using a context defined outside of the server.xml (individual files (with
a ".xml" extension) in the $CATALINA_HOME/conf/[enginename]/[hostname]/
directory) as strongly recommended in
http://tomcat.apache.org/tomca