Hi Greg
The executable needs to be owned by appserver:appserveradm, so do something like:
cd /Library/WebServer/Applications chown -R appserver:appserveradm MyApp
and then see if it will start via Monitor.
LIz On 1 Jul 2013, at 22:40, Bogdan Zlatanov < email@hidden> wrote: Hi Greg, On 1 Jul 2013, at 23:36, Greg Lappen wrote: Thanks for the info Liz. I did what you said, but when the monitor page opens in the browser and I try to start my app, it never starts. Nothing relevant appears in the log files :(
Check the application permissions, especially the executable.
|