Where do I put the Tomcat Context.xml file?

2011-02-24 Thread Greg Dougherty
I'm starting to use JNDI with my Servlet, for which I need to place a context.xml file in /META-INF/context.xml for my .war file? Where is that in the GWT file hierarchy? war? war/WEB-INF? TIA, Greg -- You received this message because you are subscribed to the Google Groups Google Web

Re: Where do I put the Tomcat Context.xml file?

2011-02-24 Thread Alan Chaney
war/META-INF/context.xml just create the dir and pop in the context.xml. You should check carefully the tomcat docs w.r.t context.xml - the spec. has changed a lot between different versions of tomcat. HTH Alan On 2/24/2011 1:44 PM, Greg Dougherty wrote: I'm starting to use JNDI with my

Re: Where do I put the Tomcat Context.xml file?

2011-02-24 Thread Greg Dougherty
Thank you Alan. On Feb 24, 3:57 pm, Alan Chaney a...@mechnicality.com wrote: war/META-INF/context.xml just create the dir and pop in the context.xml. You should check carefully the tomcat docs w.r.t context.xml - the spec. has changed a lot between different versions of tomcat. HTH