Technical data
Starting the Node Manager from the Command Line
Administration Guide 3-15
-Dbea.home=directory
If you used DNS host names rather than IP addresses in the trusted hosts file, then you
must also include the following startup parameter:
-Dweblogic.nodemanager.reverseDnsEnabled=true
By default, reverse DNS is disabled.
You can also specify the name of the file that contains the list of trusted hosts with the
following startup parameter:
-Dweblogic.nodemanager.trustedHosts=path
where path specifies the location of the trusted hosts file. By default this file is located
in the
/config directory.
The default location of the WebLogic security policy file is
weblogic/lib/weblogic.policy. To specify a different location for this file, use
the following argument on the command line:
-Djava.security.policy==policy_file
where policy_file specifies the location of the WebLogic policy file.
By default Node Manager does not do SSL host name verification. If you want to turn
on host name verification, use the following argument on the command line:
–Dweblogic.nodemanager.sslHostNameVerificationEnabled=true
Classpath Option
Node Manager also requires some of the same Java classes that are used by WebLogic
Server. When starting the Node Manager, the following must be included as values in
the
-classpath option on the java command line:
n /weblogic/lib/weblogic_sp.jar
n /weblogic/lib/weblogic.jar