Skip to main content
ilssac
Inspiring
October 21, 2009
Question

Automatically starting ColdFusion when server boots up.

  • October 21, 2009
  • 1 reply
  • 445 views

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.

    This topic has been closed for replies.

    1 reply

    Inspiring
    October 21, 2009

    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