Context usage

2023-04-10 Thread Kevin Huntly
Hello, I have the following environment entries in my context.xml: I'm trying to reference them in my spring app using the following in the XML: I can reference one and the app boots fine. If I try to reference both I get this: Caused by: org.springframework.beans.factory.

Re: proper context usage

2013-05-06 Thread Mark H. Wood
On Sat, May 04, 2013 at 06:15:25PM +0200, Istvan Devai wrote: > My problem is, that I'd like to configure a valve for only one deployed > application (deployed as a .war file) > > Here are the ways I've already tried: > > - Putting the element into server.xml. This works, however, > after doin

Re: proper context usage

2013-05-04 Thread Mark Thomas
On 04/05/2013 17:15, Istvan Devai wrote: > Questions: > - Any idea how to have an external, application specific (that is, > non-shared) context file that is not deleted on redeployment in the > manager? > - Or maybe deploy the app in a different way that retains the > app-specific context file? >

proper context usage

2013-05-04 Thread Istvan Devai
Hi all, My problem is, that I'd like to configure a valve for only one deployed application (deployed as a .war file) Here are the ways I've already tried: - Putting the element into server.xml. This works, however, after doing this, the manager application won't let me redeploy the applic