On Sat, Oct 30, 2004 at 10:28:59AM -0700, Allen Holub wrote:
: Based on earlier discussions, I've opted to go with .war deployment.
So far, so good. ;)
: find that my META-INF/context.xml file is not read all the time,
: however.
This is true: Tomcat doesn't compare a WAR file's META-INF/context.xml
to its corresponding copy in {tomcat}/conf/{engine}/{host}/{file}.xml;
if the latter file already exists, Tomcat ignore the former.
If you use *only* WAR files you can use a custom Tomcat start/stop
script that cleans out the context-related XML files in {tomcat}/conf.
-QM
--
software -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]