Last modified by David Avendasora on 2010/11/30 06:59

From version 5.1
edited by Pascal Robert
on 2007/09/03 21:50
Change comment: There is no comment for this version
To version 7.1
edited by pgr
on 2009/05/01 09:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.pgr
Content
... ... @@ -75,7 +75,7 @@
75 75  
76 76  The WebObjects launch daemon items are disabled by default, so the first thing you will need to do is enable them:
77 77  
78 -1. cd /System/Library/LaunchDaemons
78 +1. cd /System/Library/LaunchDaemons
79 79  1. edit "com.apple.womonitor.plist" and "com.apple.wotaskd.plist"
80 80  1. change the Disabled key from "true" to "false"
81 81  1. save and exit
... ... @@ -100,7 +100,8 @@
100 100  
101 101  {{code}}
102 102  
103 -sudo -u appserver /System/Library/WebObjects/JavaApplications/wotaskd.woa/Contents/Resources/javawoservice.sh -appPath /System/ Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd
103 +sudo -u appserver /System/Library/WebObjects/JavaApplications/wotaskd.woa/Contents/Resources/javawoservice.sh \
104 +-appPath /System/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd
104 104  
105 105  {{/code}}
106 106