Copy link to clipboard
Copied
We have multi-home ColdFusion running under Jrun4 installed on our 64 bit Solaris 10 boxes working with a 32 bit Apache 2.0 web server.
When ever these boxes boot up (as happend after a recent power failure), we have to manually start all the ColdFusion instances. Neither the script that ships with ColdFusion nor putting the command line "{jrun_root}/bin/jrun start {server_name}" into the boxes start up scripts seem to work.
Can anybody advise us.
Copy link to clipboard
Copied
I can't remember the exact syntax, but you might need a nohup parameter in there so the CF process doesn't get killed as soon as the shell running the start command ends.
--
Adam