Last modified by Aaron Rosenzweig on 2012/10/18 13:08

From version 32.1
edited by David Holt
on 2010/07/23 22:18
Change comment: There is no comment for this version
To version 36.1
edited by David Holt
on 2010/07/26 16:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -56,4 +56,16 @@
56 56  
57 57  If the LaunchDaemons are already loaded and you've made no changes, you should be able to start your application directly. If you've made changes and the LaunchDaemons are already loaded, you'll have to restart your machine to kick off launchd.
58 58  
59 +I needed to change permissions on /Library/WebObjects/Configuration because I was getting this error:
60 +
61 +Don't have permission to write to Configuration Directory /Library/WebObjects/Configuration/ as this user; please change the permissions.
62 +
63 +{{code}}
64 +
65 +sudo chown _appserver:_appserveradm Configuration
66 +
67 +{{/code}}
68 +
59 59  Steps 8, 9, 10. If that doesn't work, go back and double check every one of the settings. You'll probably find one of them has a typo or something. I am sure I did it three or four times before I finally got it all to work.
70 +
71 +See this page for debugging tips: [[WO:Debugging wotaskd and JavaMonitor]]