Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Automatically starting ColdFusion when server boots up.

Valorous Hero ,
Oct 21, 2009 Oct 21, 2009

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.

424
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 21, 2009 Oct 21, 2009
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources