On Wed, Jun 16, 2004 at 02:27:33PM -0700, Ivan Jouikov wrote:
: If I am hosting a large number of applications on my server, and I add a new
: application every couple of hours and every application requires having its
: own DB pool (aka <Resource> entry in server.xml), how can I make it so that my
: server.xml gets reloaded automatically?

You can keep the <Resource> tags with the webapp.  See the Tomcat docs
for "context.xml."

The short version is, everything you put under a <Context> tag, you can
put in a separate, per-webapp file.  When that webapp is updated, the
rest of the container is undisturbed.

Icing on the cake: app-specific settings stay with the app, making it
more portable within your infrastructure.

-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]

Reply via email to