[progress Communities] [progress Openedge Abl] Forum Post: Re: User Permission To Restart...

  • Thread starter Thread starter Keith Sudbury
  • Start date Start date
Status
Not open for further replies.
K

Keith Sudbury

Guest
Make sure you are launching the appropriate parts of the scripts with nohup. It may be as simple as using nohup /apps/tomcat/apache-tomcat-7.0.54/bin/startup.sh > /pathto/yourlogfile.txt 2>&1 & Or you may have to dig into the scripts and replace any simple & used to run something in the background with a proper nohup. Depending on which shell and shell settings being used by the mfg user and the mfgapp user/menu script the behavior of a simple & to run something in the background can be very different. Also make sure that the menu script/mfgapp .profile doesn't have specific code/traps to kill off processes.

Continue reading...
 
Status
Not open for further replies.
Back
Top