Aha, I've found it...

Apparently you have to modify an XML file... here's the instructions for
anyone else who's wondering (ripped from the MM site):

1. Stop the ColdFusion MX Application Server service using the Services
Control Panel.

2. Back up the existing cf_root\runtime\servers\default\SERVER-INF\jrun.xml.
Where cf_root is your ColdFusion MX installation root.
3. Edit the WebService section of jrun.xml so that the deactivated attribute
is True:

<attribute name="deactivated">true</attribute>

4. Edit the ProxyService section of jrun.xml so that the cacheRealPath
attribute is False:

<attribute name="cacheRealPath">false</attribute>

5. Save jrun.xml and restart the ColdFusion MX Application Server service.

Taz


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to