Adobe 38043755 - ColdFusion Enterprise - Mac Administration Manual page 143

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
or
cf_root/WEB-INF/cfusion/lib (in the J2EE configuration).
You can specify the following configurations in the XML file:
• Port
• MaxThreads
• Logging
For connections using HTTPS protocol
Open jetty.xml.
1
2
Remove or comment out the Set Connectors section:
<Call name="addConnector">
<Arg>
<New class="org.eclipse.jetty.server.nio.SelectChannelConnector">
<Set name="host">0.0.0.0</Set>
<Set name="port">5500</Set>
<Set name="maxIdleTime">300000</Set>
<Set name="Acceptors">2</Set>
<Set name="statsOn">false</Set>
<Set name="lowResourcesConnections">10</Set>
<Set name="lowResourcesMaxIdleTime">5000</Set>
</New>
</Arg>
Uncomment the Set SSL Connector section:
3
<Call name="addConnector">
<Arg>
<New class="org.eclipse.jetty.server.ssl.SslSelectChannelConnector">
<Set name="host">0.0.0.0</Set>
<Set name="port">5500</Set>
<Set name="maxIdleTime">300000</Set>
<Set name="Acceptors">1</Set>
<Set name="AcceptQueueSize">100</Set>
<Set name="Keystore">"path to keystore"</Set>
<Set name="Password">OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4</Set>
<Set name="KeyPassword">OBF:1u2u1wml1z7s1z7a1wnl1u2g</Set>
<Set name="truststore">"path to keystore"</Set>
<Set name="trustPassword">OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4</Set>
</New>
</Arg>
</Call>
Specify the port and the keystore-related settings.
4
Using Admin APIs
To programmatically configure the Server Monitoring server, use the ServerMonitoring.cfc.
The following Administrator APIs are added in this release:
Last updated 7/9/2012
138

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 10

Table of Contents