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
Post a Comment