|
|
||
|
Setting Up the Centralized Application Monitor System j2eeadmin - addJmsDestination
<topic name> topic
These topics are required to run the centralized Application Monitor System: ApplicationMonitorUpdate ApplicationMonitorSync ApplicationMonitorCommand ApplicationMonitorReSync ApplicationMonitorAlive Once the JMS server is started and configured, you need to edit the ApplicationMonitorProperties.ini file. This file contains system property definitions and values. These system properties include:
The next step is to start the ApplicationMonitorServer by using this command: java -DApplicationMonitor.
PropertyFile=
<path>/
ApplicationMonitor
Properties.ini -
Djms.properties=
%J2EE_HOME%\config\
jms_client.properties -
Dorg.omg.CORBA.ORBInitialHost=
<JMS server host> -classpath
<class path of Application
Monitor classes> Server.
ApplicationMonitorServer
Finally, run the ApplicationMonitorAdministrator to view and control remote processes by using this command: java -DApplicationMonitor.
PropertyFile=
<path>/
ApplicationMonitor
Properties.ini -
Djms.properties=
%J2EE_HOME%\config\
jms_client.properties -
Dorg.omg.CORBA.ORBInitialHost=
<JMS server host> -classpath <
class path of Application
Monitor classes>
Administrator.gui.
ApplicationMonitorAdministrator
|