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 GlobalNamingResources's Environment 
variables into webapps?


You could start by reading the documentation for JNDI resources.

http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-resources-howto.html

Mark


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 expose GlobalNamingResources's Environment 
variables into webapps?



You could start by reading the documentation for JNDI resources.

http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-resources-howto.html


Yes, I read that over and over and I was missing my ResourceLink tag 
in the context.xml.  For some reason, I kept missing it in the 
documentation.


Seth

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]