ovjboss — wrapper around the jboss Application Server
ovjboss is a service component that falls under the management of ovspmd.
It uses properties files ($NNM_DATA/shared/nnm/conf/props/nms-support.properties
$NNM_DATA/shared/nnm/conf/props/nms-jboss.properties, and
$NNM_DATA/shared/nnm/conf/props/ovjboss.jvmargs) to pass arguments
to the jboss application server. Each file contains documentation on how to change the settings it controls.
This command should be never be executed directly but it falls under the management of ovspmd.
It will be started when running ovstart or ovstart -c ovjboss.
To stop it either call ovstop or ovstop -c ovjboss.
To see the status of internal services it monitors, call ovstatus -v ovjboss.
If there are problems starting ovbjoss, one can look at the ovjboss.log and
jbossServer.log log files
and see if that might contain information to help solve the problem:
You must be logged on as administrator (Windows) or root (UNIX) user
to run this command.
To start NNM including ovjboss run the following command:
$InstallDir/bin/ovstart
To only start ovjboss run the following command:
$InstallDir/bin/ovstart -c
ovjboss
To find the status of services started by ovjboss run the following command:
$InstallDir/bin/ovstatus -v
ovjboss
$NNM_DATA/shared/nnm/conf/props/nms-jboss.properties
Parameter file used by services started inside ovjboss.
$NNM_DATA/shared/nnm/conf/props/nms-support.properties
Parameter file used by services started inside ovjboss.
$NNM_DATA/shared/nnm/conf/props/ovjboss.jvmargs
Parameters passed to the JVM that jboss runs in
$NNM_DATA/nnm/conf/nms-local.properties
Local configuration file, including Ports configuration
$NNM_DATA/log/nnm/jbossServer.log
Log file containing exceptions (if any)
$NNM_DATA/log/nnm/ovjboss.log
Log file containing stderr messages