Groups > Weblogic > WebLogic Clustering > Re: problem starting server with nodemanager




Re: problem starting server with nodemanager

Re: problem starting server with nodemanager
Wed, 27 Feb 2008 05:25:22 -080
Hi,

When starting nodemanager from WLST you may configure java.library.path by
specifying node manager environment variables. The variable
"Arguments" can be used for specifying additional properties.

For example (Jython code)

[pre]
  PROPS = 'JavaHome=' + JAVA_HOME + ';' + 'BEAHome=' + BEA_HOME + ';' +
'Arguments=-Djava.library.path=' + JAVA_LIBRARY_PATH
  adminProperties = makePropertiesObject(PROPS)
  adminProperties.setProperty('ClassPath', CLASSPATH)
  nmStart(ADMIN_NAME, DOMAIN, adminProperties)
[/pre]

Post Reply
about | contact