Sorry I didn't see this email earlier.

Also, what you need to do is reboot the server after making changes to
the internal website (in the XML file) as stopping and starting the CFMX
service doesn't stop the JRUN service - i.e. bug.

HTH

Niklas



> -----Original Message-----
> From: Taz [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, January 02, 2003 10:52 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [ cf-dev ] CFMX shutting down the web server
> 
> 
> 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]
> 


-- 
** 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