Changes for page WO 5.4 Getting Started
Last modified by D Tim Cummings on 2013/06/14 16:27
From version 47.1
edited by jricker
on 2008/08/22 12:19
on 2008/08/22 12:19
Change comment:
There is no comment for this version
To version 43.1
edited by David Holt
on 2008/10/29 12:30
on 2008/10/29 12:30
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. jricker1 +XWiki.dholt - Content
-
... ... @@ -76,8 +76,10 @@ 76 76 77 77 VoilĂ You finally can run the examples. 78 78 79 - = RunningMonitorand wotaskd on Mac OS X 10.5"client" =79 +{{id value="javamonitor"}}{{/id}} 80 80 81 +h1. Running Monitor and wotaskd on Mac OS X 10.5 "client" 82 + 81 81 Monitor and wotaskd are installed, but the launchd scripts to start them are not installed. You can grab them from a 10.5 Server installation, or follow those instructions. 82 82 83 83 Make sure //Web Sharing// is enabled in the //Sharing// panel in //System Preferences// (note: 10.5 comes with Apache 2.2 as the default). ... ... @@ -124,6 +124,7 @@ 124 124 If you run //ps auxw grep httpd// you should see apache now running 125 125 126 126 Create ///Library/LaunchDaemons/com.apple.webobjects.wotaskd.plist// with: 129 +(for OSX 10.5 make sure the permissions of this file are 644 system/wheel/everyone otherwise launchctl will throw a "dubious permissions" error when you try to load the plist with the commands that follow) 127 127 128 128 {{code}} 129 129 ... ... @@ -157,6 +157,7 @@ 157 157 {{/code}} 158 158 159 159 Create ///Library/LaunchDaemons/com.apple.webobjects.womonitor.plist// with: 163 +(for OSX 10.5 make sure the permissions of this file are 644 system/wheel/everyone otherwise launchctl will throw a "dubious permissions" error when you try to load the plist with the commands that follow) 160 160 161 161 {{code}} 162 162 ... ... @@ -190,6 +190,7 @@ 190 190 {{/code}} 191 191 192 192 Start the launchd daemons : 197 +(you may need to sudo here) 193 193 194 194 {{code}} 195 195