accessing global Environment values?

2005-07-27 Thread Seth Ladd
Hello, I have a stock Tomcat 5.5.9 with JDK 1.5. This is a fresh install, nothing has changed. I am not able to lookup the default simpleValue environment variable form JNDI with a simple JSP file. Is there anything else I have to do to move an Environment variable, from GlobalNamingResour

Re: accessing global Environment values?

2005-07-28 Thread Mark Thomas
Seth Ladd wrote: I am not able to lookup the default simpleValue environment variable form JNDI with a simple JSP file. Is there anything else I have to do to move an Environment variable, from GlobalNamingResources, into the scope of a webapp? Any advice on how to expose GlobalNamingResourc

Re: accessing global Environment values?

2005-07-28 Thread Seth Ladd
Mark Thomas wrote: Seth Ladd wrote: I am not able to lookup the default simpleValue environment variable form JNDI with a simple JSP file. Is there anything else I have to do to move an Environment variable, from GlobalNamingResources, into the scope of a webapp? Any advice on how to expos