Do context.xml Parameter value changes require Tomcat restart?

2008-09-03 Thread hanan herzog
Hello, I am using context.xml to configure my web application. But when I change values in the context.xml, the application does not see the changes, unless I restart tomcat: Setup: Tomcat 6.0.18 (from distribution tarball, unmodified, except as explained below) Linux (Fedora 9)

RE: Do context.xml Parameter value changes require Tomcat restart?

2008-09-03 Thread hanan herzog
: hanan herzog [mailto:[EMAIL PROTECTED] Subject: Do context.xml Parameter value changes require Tomcat restart? I am using context.xml to configure my web application. Where is your context.xml located? It should be under the webapp's META-INF directory. The conf/context.xml file is shared

RE: Do context.xml Parameter value changes require Tomcat restart?

2008-09-03 Thread hanan herzog
, Hanan Caldarale, Charles R wrote: From: hanan herzog [mailto:[EMAIL PROTECTED] Subject: RE: Do context.xml Parameter value changes require Tomcat restart? I tried putting the settings in context directories, e.g., conf/Catalina/localhost/context.xml.default . But changes to this did

RE: Do context.xml Parameter value changes require Tomcat restart?

2008-09-03 Thread hanan herzog
. Also changes in conf/context.xml do not get updated in a running Tomcat--as far as I can tell. Is this by design? Hanan Caldarale, Charles R wrote: From: hanan herzog [mailto:[EMAIL PROTECTED] Subject: RE: Do context.xml Parameter value changes require Tomcat restart? I tried putting

RE: Do context.xml Parameter value changes require Tomcat restart?

2008-09-03 Thread hanan herzog
seems a bit whacky to me. In any case, I am now able to do what I need to do, so all's good. Thanks for your time, Hanan Caldarale, Charles R wrote: From: hanan herzog [mailto:[EMAIL PROTECTED] Subject: RE: Do context.xml Parameter value changes require Tomcat restart? Changing Parameter