- Start-up host configuration (/etc/rc.d/init.d/avalon_host_config) must be edited so above changes to avalon.yml are not overwritten on reboot.
Red5 must be shutdown and the startup service disabled: cd /usr/local/red5 ./red5-shutdown.sh chkconfig red5 off AMS must be started and set to autostart: cd /opt/adobe/ams ./server start ./amsmgr setAutoStart amsecho /opt/adobe/ams/server start >> /etc/rc.local
|