Switching From Another Web Server - Adobe 38043740 - ColdFusion Standard - Mac User Manual

User guide
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

CHAPTER 3
14
Installing the Server Configuration
This file is in the cf_root\runtime\servers\coldfusion\SERVER-INF directory in Windows, and in the
cf_root/runtime/servers/coldfusion/SERVER-INF directory in UNIX.
Open the original jrun.xml file for editing.
2
Change the port number specified in the WebService port attribute (near the bottom of the file):
3
<service class="jrun.servlet.http.WebService" name="WebService">
<attribute name="port">8500</attribute>
<attribute name="interface">*</attribute>
<attribute name="deactivated">false</attribute>
...
</service>
Note: Ensure that the
Save the file, and restart ColdFusion.
4

Switching from another web server

You can switch from an external web server to the built-in ColdFusion web server without reinstalling, even if you
did not select it during installation.
Switch from an external web server to the built-in web server
Back up the jrun.xml file.
1
This file is in the cf_root\runtime\servers\default\SERVER-INF directory in Windows, and in the
cf_root/runtime/servers/default/SERVER-INF directory in UNIX.
Open the original jrun.xml file for editing.
2
Locate the WebService service and set the
3
<service class="jrun.servlet.http.WebService" name="WebService">
<attribute name="port">8500</attribute>
<attribute name="interface">*</attribute>
<attribute name="deactivated">false</attribute>
...
</service>
Locate the ProxyService service and set the
4
<service class="jrun.servlet.jrpp.JRunProxyService" name="ProxyService">
<attribute name="activeHandlerThreads">8</attribute>
attribute is set to
deactivated
deactivated
deactivated
.
false
attribute to
:
false
attribute to
:
true

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 8

Table of Contents