Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the Change Notification process, the xmit_daemon.py script uses a system variable called MAD_HOME.
MAD_HOME is set by xmit_change_notifications.bsh; it must point to the path where the web application is deployed.
MAD_HOME is used to access the django settings.py.
This daemon process runs outside of the web server.

ADMIN

...

You want to make sure the web server starts on reboot.
To accomplish this:

Code Block

$ chkconfig httpd on

...is it really just that simple?