Hi there,
Is it somehow possible to look up all JNDI configuration values available in a servlet/context?
This would be quite fine for debugging purposes, and it seems there is no function available for this, only for looking up a specific value.
thx Johannes
Johannes,
You can use JNDI APIs to do this.
Check out the Naming example that ships with Tomcat 4. HTML source is in /examples/servlets/jndi.html.
-Phil
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
