Sure, it was:
<cfscript>
oJRun = CreateObject("java", "jrunx.kernel.JRun");
oJRun.restart(oJRun.getServerName());
</cfscript>
CF10 now says the class jrun.kernel does not exist - is there an equivalent please?
Thanks,
Mark
Sure, it was:
<cfscript>
oJRun = CreateObject("java", "jrunx.kernel.JRun");
oJRun.restart(oJRun.getServerName());
</cfscript>
CF10 now says the class jrun.kernel does not exist - is there an equivalent please?
Thanks,
Mark