Anybody have any ideas on this? I'm using tomcat 5.5.20
- Forwarded message from Eric <[EMAIL PROTECTED]> -
Date: Fri, 1 Dec 2006 14:03:19 -0600
From: Eric <[EMAIL PROTECTED]>
Subject: Modifications to JNDI environment from admin or jmxproxy not seen in
appl
When I change JNDI environment entries in the admin app or from the
manager app's jmxproxy, those changes are not reflected in the Context
I'm getting in my app when I do
new InitialContext().lookup("java:comp/env/test")
Since I'm doing that per-call in my webapp (and printing the result
directly