You might not need code/docs to do that, you might be OK just reading the
JNDI how-to:
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-resources-howto.html 

See also this page. 
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html 

If you do need the docs, you could maybe use the docs for
javax.servlet.ServletContext which is the interface that
org.apache.tomcat.core.Context implements.  Docs here: 
http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletContex
t.html 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 
> Sent: Thursday 26 May 2005 13:41
> To: tomcat-user@jakarta.apache.org
> Subject: Context Class with Tomcat 5.5.7
> 
> 
> I'm developping on Tomcat 5.5.7 and I want to use the 
> Environment Entries with my servers.
> 
>  
> 
> To access those entries, it seems like I need to use the 
> Context class located in the package org.apache.tomcat.core.Context.
> 
>  
> 
> I cannot find this package or the source code for this class. 
> Is there :
> 
>  
> 
> 1.    Another way to access the entrie's value; 
> 2.    A precompiled package available; 
> 3.    Source code available; 
> 
>  
> 
> Thanks !
> 
>  
> 
> Luc Boudreau
> 
> Université du Québec
> 
> Canada
> 
>  
> 
> 



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

Reply via email to