Re: Setting up context.xml for an application

2008-11-11 Thread Pavel Savara
I war file gets unziped into to webapp directory so during the redeploy i would not try to deploy whole war but just copy changes into the your application directory. Palko On Mon, 2008-11-10 at 15:35 -0600, Tim Dean wrote: > I have an application that requires some settings in a > configurati

RE: Setting up context.xml for an application

2008-11-10 Thread Caldarale, Charles R
> From: Tim Dean [mailto:[EMAIL PROTECTED] > Subject: Setting up context.xml for an application > > Is there something I'm missing? Is there a way to define app-specific > context that does not get deleted every time I redeploy the app? Don't think so. Why don't you

Setting up context.xml for an application

2008-11-10 Thread Tim Dean
I have an application that requires some settings in a configuration element. For a variety of reasons, I do not want to include the context.xml in my app's META-INF path within the WAR file. Based on the Tomcat 6 documentation, it seems like I should be able to define a $TOMCAT_HOME/Catal