Re: Troubleshooting Amazon EC2 Linux deployment

2017-07-26 Thread Joe Smith
Ralf: Thanks - that fixed the problem. Prefixed the log folder reference in SpawnOfWotaskd.sh with /opt/Local. There was also a permission problem with the app folder. chown -R appserver:appserveradm Test.woa Joe On Wed, Jul 26, 2017 at 12:39 PM, Ralf Schuchardt wrote: > The shell script w

Re: Troubleshooting Amazon EC2 Linux deployment

2017-07-26 Thread Ralf Schuchardt
The shell script wotaskd.woa/Contents/Resources/SpawnOfWotaskd.sh is actually responsible for starting the app. The old WebObjects version would redirect the start output to /dev/null, while newer Wonder versions may redirect it to /Library/WebObjects/Logs/SpawnOfWotaskd.log if a /tmp/logWebObje

Troubleshooting Amazon EC2 Linux deployment

2017-07-25 Thread Joe Smith
I am just not able to bring a WO HelloWorld app up using Java Monitor. Followed the instructions**[1]* on WOCommunity server to deploy to Amazon Linux. I have a separate webserver and an app server. On the App server I am running wotaskd and JavaMonitor. Started with a simple HelloWorld WO App.