Re: Setting Environment Variable for Tomcat 6 Servlet

2011-01-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alyssa, On 1/21/2011 4:29 PM, Alyssa Kwan wrote: > I'm using Ubuntu's default installation of Tomcat 6. I'm deploying a > ROOT.war, and trying to set an environment variable specific to it, i.e. > accessible from System.getenv() in the Servlet.init(co

Setting Environment Variable for Tomcat 6 Servlet

2011-01-21 Thread Alyssa Kwan
Hi All, I'm using Ubuntu's default installation of Tomcat 6. I'm deploying a ROOT.war, and trying to set an environment variable specific to it, i.e. accessible from System.getenv() in the Servlet.init(config). According to the docs (http://tomcat.apache.org/tomcat-6.0-doc/config/context.html)