Re: System variable

2001-04-18 Thread Diego Pons
If your servlet engine is tomcat, you can define in the configuration file for your servlet, web.xml as: ... MYSYSTEM file://we/weed/weew ... and access it through getInitParameters() I'm sure other servlet engines have similar mec

Re: System variable

2001-04-18 Thread Nathan Meyers
On Wed, Apr 18, 2001 at 11:37:46AM +0530, Vinod Lamba wrote: > Hi All, > > How you can get environment variable other than jvm's > while you are running a servlet. > > Say you set a variable "MYSYSTEM=file://we/weew" and now u want it thru > ur > servlet. Java has no methods to support this. Y

System variable

2001-04-17 Thread Vinod Lamba
Hi All, How you can get environment variable other than jvm's while you are running a servlet. Say you set a variable "MYSYSTEM=file://we/weew" and now u want it thru ur servlet. Thanks n Regards, Vinod... -- To UNSU