Changes for page WO 5.4 Getting Started
Last modified by D Tim Cummings on 2013/06/14 16:27
From version 45.1
edited by David Holt
on 2008/10/29 12:24
on 2008/10/29 12:24
Change comment:
Added comments about permissions for the launchdaemon scripts and launchctl
To version 49.1
edited by Quinton Dolan
on 2008/02/27 02:47
on 2008/02/27 02:47
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.d holt1 +XWiki.qdolan - Content
-
... ... @@ -4,9 +4,9 @@ 4 4 5 5 Download Xcode 3 from [[ADC>>http://developer.apple.com/leopard/devcenter/]], the WebObjects frameworks are included in this package. You will have to make a custom install and select //WebObjects// in the package list since WebObjects is not part of the default installation. 6 6 7 -Install [[Eclipse 3.3. 2>>http://download.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/index.php]]7 +Install [[Eclipse 3.3.1.1>>http://www.eclipse.org/downloads/download.php?file=//eclipse/downloads/drops/R-3.3.1.1-200710231652/eclipse-SDK-3.3.1.1-macosx-carbon.tar.gz]] (yes that's an extra .1) which fixes the permgen space bug from 3.3.1 8 8 9 -[[Install>>WOL:Install WOLips with Eclipse Update Manager]] WOLips from the [[ stable>>http://webobjects.mdimension.com/wolips/stable]] build server. ([[nightly>>http://webobjects.mdimension.com/wolips/nightly]]onlyworkswith Eclipse3.4, notrecommended yet).9 +[[Install>>WOL:Install WOLips with Eclipse Update Manager]] WOLips from the [[nightly>>http://webobjects.mdimension.com/wolips/nightly]] build server 10 10 11 11 Start Eclipse and switch to the WOLips perspective. To achieve this, open the //Window// menu, select //Open Perspective// and select //Other...//. 12 12 ... ... @@ -124,7 +124,6 @@ 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: 127 -(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) 128 128 129 129 {{code}} 130 130 ... ... @@ -158,7 +158,6 @@ 158 158 {{/code}} 159 159 160 160 Create ///Library/LaunchDaemons/com.apple.webobjects.womonitor.plist// with: 161 -(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) 162 162 163 163 {{code}} 164 164 ... ... @@ -192,7 +192,6 @@ 192 192 {{/code}} 193 193 194 194 Start the launchd daemons : 195 -(you may need to sudo here) 196 196 197 197 {{code}} 198 198