Hello,
I need to access some environment variables from one of my servlets.
I am using JRun 3.0 on HP-UX 11.xx. My idea is to start the JVM with
the following argument:
-Denvar=$envar
I specified the same in the Java Settings for the Default server and
restarted
the server. In the servlet, I am accessing this variable with the following
statement:
System.getProperty("envar") ;
The servlet shows '$envar' instead of showing the value of envar. Is this a
bug
in JRun 3.0? I tested this approach with a normal Java class and it works
very
well !!! Any workarounds??
Suresh
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.