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
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
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