Weblogic set system property and use in java -


i'm running weblogic locally, run run in production on server instances administred weblogic server

i have set system property in weblogic using, "-druntime_environment=localhest" under menu item in servers -> configuration-> server start -> arguments:

i java file, have system.out.println("envr_:" + system.getproperty("runtime_environment"));

and prints null, there argument have missed?

i believe settings on page apply if node manager used. need start application server node manager , not using command line or other means.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -