Hi,

google searches indicate that the .restart() method might be available from 7 
onwards.

I am updating my servers soon to 9, so Ill see if I can implement something 
then..

>>> nkosi <glenrainb...@gmail.com> 18/05/2010 11:25 am >>>
Hi Scott,

I can't remember if you can get a hold of ColdFusion's server factory
in CF6.1, but you could give this a whirl ...

<cfset obj_Factory = CreateObject("java",
"coldfusion.server.ServiceFactory")>
<cfset MailSpoolService = obj_Factory.getMailSpoolService()>
<cfset MailSpoolService.restart()>

I found this snippet somewhere on the electric interweb so I can't
take credit for it.

Cheers
Glen

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to