RE: Need help reading context.xml in Tomcat's conf directory

2006-12-13 Thread Caldarale, Charles R
> From: Lenny Wintfeld [mailto:[EMAIL PROTECTED] > Subject: Need help reading context.xml in Tomcat's conf directory > > The context.xml is not part of the web-app servlet directory tree, > its in Tomcat's conf directory. The context.xml file in the conf directory is c

Need help reading context.xml in Tomcat's conf directory

2006-12-13 Thread Lenny Wintfeld
Hi I'd like to read an element from /Apache Software Foundation/Tomcat 5.5/conf/context.xml file from my program. The element is one of many Parameter elements of the form name="foo" value="bar"/> The context.xml is laid out as < cachingAllowed="*false*"> - WEB-INF/web.xml