Adobe 38043740 User Guide - Page 18

Switching from another web server

Page 18 highlights

14 CHAPTER 3 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. 2 Open the original jrun.xml file for editing. 3 Change the port number specified in the WebService port attribute (near the bottom of the file): 8500 * false ... Note: Ensure that the deactivated attribute is set to false. 4 Save the file, and restart ColdFusion. 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 1 Back up the jrun.xml file. 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. 2 Open the original jrun.xml file for editing. 3 Locate the WebService service and set the deactivated attribute to false: 8500 * false ... 4 Locate the ProxyService service and set the deactivated attribute to true: 8

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112

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.
2
Open the original jrun.xml file for editing.
3
Change the port number specified in the WebService port attribute (near the bottom of the file):
<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
deactivated
attribute is set to
false
.
4
Save the file, and restart ColdFusion.
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
1
Back up the jrun.xml file.
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.
2
Open the original jrun.xml file for editing.
3
Locate the WebService service and set the
deactivated
attribute to
false
:
<service class="jrun.servlet.http.WebService" name="WebService">
<attribute name="port">8500</attribute>
<attribute name="interface">*</attribute>
<attribute name="deactivated">false</attribute>
...
</service>
4
Locate the ProxyService service and set the
deactivated
attribute to
true
:
<service class="jrun.servlet.jrpp.JRunProxyService" name="ProxyService">
<attribute name="activeHandlerThreads">8</attribute>