Setting Up Server Manager Client; Configuring The Server Monitoring Settings - Adobe 38043755 - ColdFusion Enterprise - Mac Administration Manual

Configuring and administering
Hide thumbs Also See for 38043755 - ColdFusion Enterprise - Mac:
Table of Contents

Advertisement

CONFIGURING AND ADMINISTERING COLDFUSION 10
Using the ColdFusion Server Monitor

Setting up Server Manager client

Server Manager is an AIR-based desktop application that allows you to centrally manage multiple ColdFusion servers
from one location. From the Server Monitoring page, you can download and install the Server Manager client AIR
application.
For details about configuring the Server Manager client for ColdFusion server instances, see
Manager" on page 140.

Configuring the Server monitoring settings

The monitoring server can be configured in one of the following ways:
• Use ColdFusion Administrator
• Manually edit neo-monitoring.xml and jetty.xml
• Use Admin API (servermonitoring.cfc)
Using the ColdFusion Administrator
The Server Monitoring Settings Page in the ColdFusion Administrator (Server Monitoring > Monitoring Settings) lets
the following configurations:
• Enable monitoring server.
Note: When you enable monitoring server and configure it to use SSL, include the following setting to java.args in the
JVM.config file:
Dcoldfusion.jsafe=true
• Specify the port on which monitoring server listens. The default port is 5500
Note: If a server monitoring application is already running, the configuration mentioned here takes effect only after you
relaunch the application.
Manually editing neo-monitoring.xml and jetty.xml
neo-monitoring.xml
Go to the following location:
cf_root\lib (in the server configuration)
or
cf_root/WEB-INF/cfusion/lib (in the J2EE configuration).
Modify the value to
in the following code:
true
<var name='ismonitoringserverenabled'><boolean value='false'/></var>
Jetty.xml
Modify Jetty.xml only if you have to change the port or if your connection uses HTTPS protocol.
Go to the following location:
cf_root\lib (in the server configuration)
Last updated 7/9/2012
137
"Working with Server

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 10

Table of Contents