RE: Context.xml not updating dataSource

2009-07-21 Thread Mike Frohme
r Frey [mailto:rainer.f...@inxmail.de] Sent: Tuesday, July 21, 2009 2:40 AM To: Tomcat Users List Subject: Re: Context.xml not updating dataSource On Monday 20 July 2009 17:08:15 Mike Frohme wrote: > > > >> Edit the copy of the context.xml file and all will work as you > > &

RE: Context.xml not updating dataSource

2009-07-20 Thread Mike Frohme
Sorry for the late reply, Rainer. There is, in principle. Set deployXML to false in the Host declaration in your server.xml and it will do exactly what you want. On the flip side, tomcat will remove the configuration when the app is undeployed, so you need a little care in your deployment pro

RE: Problem with system property

2009-07-08 Thread Mike Frohme
You could always silo offending applications like that into their own containers - give them their own space and let them not affect the rest of your infrastructure. How you interact with that application/service may dictate your ability to do that cleanly, but those are larger architectural d

RE: Seeking authoritative answer re using Log4J with v6

2009-06-29 Thread Mike Frohme
This also worked correctly (as documented) for me with 6.0.20 - with the build of extras and log4j off the SVN trunk (patches for certain property handling due out in 1.2.16) -- Mike -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, June 26, 2009 4:01 PM To:

Removal of conf/[engine]/[host]/application_context.xml on webapp redeploy with deployXML = "false"?

2009-06-21 Thread Mike Frohme
Hi, Trying to understand behavior of TC (6.0.x) deployment process of webapps with the following definition (server.xml): In short, we want to manually manage conf/[engine]/[host]/appname.xml files for each webapp. Almost everything works exactly as expected. The only odd behavior is th