Is it possible to disable caching/force reloading of JNDI resources?

2010-07-17 Thread Marco Ehrentreich
Hi guys, I'm stuck with a JNDI resource object factory problem. Hopefully you can help me out with this issue. My idea was to provide multiple web applications running inside a Tomcat instance with configuration properties from config files located outside the WAR file of the applications. I'm

Re: Is it possible to disable caching/force reloading of JNDI resources?

2010-07-17 Thread Mark Thomas
On 17/07/2010 09:50, Marco Ehrentreich wrote: Accordingly to the documentation an implementation of ObjectFactory should be accessed each time a web application looks it up with its JNDI key. But that's definitely not the case here. What documentation? Mark

Re: Is it possible to disable caching/force reloading of JNDI resources?

2010-07-17 Thread Marco Ehrentreich
Am 17.07.2010 12:56, schrieb Mark Thomas: On 17/07/2010 09:50, Marco Ehrentreich wrote: Accordingly to the documentation an implementation of ObjectFactory should be accessed each time a web application looks it up with its JNDI key. But that's definitely not the case here. What