[OT] Global Variable Question

2003-12-05 Thread Atreya Basu
Hi, This is off topic, but maybe someone can help me regardless. I want to store some global variables in my web.xml file in the context-params element. I have a class (extends Object) that I want having access to those parameters. Is there any way for that class to access the parameters in

Re: [OT] Global Variable Question

2003-12-05 Thread Tim Funk
No, use JNDI instead. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html -Tim Atreya Basu wrote: Hi, This is off topic, but maybe someone can help me regardless. I want to store some global variables in my web.xml file in the context-params element. I have a class

RE: [OT] Global Variable Question

2003-12-05 Thread Shapira, Yoav
Millennium ChemInformatics -Original Message- From: Atreya Basu [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 9:37 AM To: Tomcat Users List Subject: [OT] Global Variable Question Hi, This is off topic, but maybe someone can help me regardless. I want to store some global variables