| Author |
define and read environment variable
|
Rajeev Ravindran
Ranch Hand
Joined: Aug 27, 2002
Posts: 455
|
|
Im using Weblogic 10.3.1. I have server defined in weblogic and on server startup i have defined a variable
-Dserver.env=DEV
in TEST enviroment , this variable will have value TEST and in PROD it will be PROD.
My questions are :
1) is it the right way to define an environment variable ?
2) how can i access the variable and value from JAva?
I tried System.getProperty("server.env"); but its returning null..
Thanks in advance,
|
SCJP, SCWCD, SCBCD, Oracle Certified Professional (SQL n PL/SQL)
|
 |
 |
|
|
subject: define and read environment variable
|
|
|