Re: How to use a JNDI Ressource
Something like: try { Context ctx = new InitialContext(); String whatever = (String)ctx.lookup("java:comp/env/whatever"); } catch (Exception e) { } On Friday 14 March 2003 14:32, Georges Roux wrote: > Hi, > > I run tomcat 4.1.18 Standalone on Linux. >
How to use a JNDI Ressource
Hi, I run tomcat 4.1.18 Standalone on Linux. How can I use my named values from my context environment in a jsp? I have this in my server.xml : ... ... Georges - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional