On Fri, Feb 6, 2009 at 1:06 PM, Dave Pawson <dave.paw...@gmail.com> wrote: > One final item before I leave this thread please. > > > AFAIK I don't need any resource specification. > Does this mean that I can dispense with the atom/META-INF directory > totally? I.e. it is redundant > for this usage of Tomcat? > > atom > |-- META-INF > | |-- context.xml > |-- WEB-INF > ..... > Basically yes, however:
In one of your previous posts you had the definition <Context reloadable="true"> If you want this behaviour explicitely, you'll nee the context-definition. >From the docs: ==== [ snip ] ========== Set to true if you want Catalina to monitor classes in /WEB-INF/classes/ and /WEB-INF/lib for changes, and automatically reload the web application if a change is detected. This feature is very useful during application development, but it requires significant runtime overhead and is not recommended for use on deployed production applications. That's why the default setting for this attribute is false. You can use the Manager web application, however, to trigger reloads of deployed applications on demand. ==== [ snap ] ========== Rgds Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org