Changes for page WO 5.4 Getting Started

Last modified by D Tim Cummings on 2013/06/14 16:27

From version 69.1
edited by Pascal Robert
on 2007/11/29 14:10
Change comment: There is no comment for this version
To version 62.1
edited by Pascal Robert
on 2007/11/29 14:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -80,11 +80,12 @@
80 80  
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 -Make sure //Web Sharing// is enabled in the //Sharing// panel in //System Preferences// (note: 10.5 comes with Apache 2.2 as the default).
83 +Make sure Web Sharing is enabled in the Sharing Prefs Panel
84 84  
85 -Edit ///etc/apache2/httpd.conf// (if you did a fresh install, you may already have these - search httpd.conf first)
85 +Note: /etc/httpd is out, /etc/apache2 is in
86 +Edit /etc/apache2/httpd.conf (if you did a fresh install, you may already have these - search httpd.conf first)
86 86  
87 -Search for rewrite//module, and above it, add this line~://
88 +search for rewrite//module, and above it, add a//
88 88  
89 89  {{code}}
90 90  
... ... @@ -92,7 +92,7 @@
92 92  
93 93  {{/code}}
94 94  
95 -Go to the very end and add:
96 +go to the very end and add
96 96  
97 97  {{code}}
98 98  
... ... @@ -121,7 +121,7 @@
121 121  
122 122  {{/code}}
123 123  
124 -If you run //ps auxw grep httpd// you should see apache now running
125 +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 127  
... ... @@ -156,7 +156,7 @@
156 156  
157 157  {{/code}}
158 158  
159 -Create ///Library/LaunchDaemons/com.apple.webobjects.womonitor.plist// with:
160 + Create ///Library/LaunchDaemons/com.apple.webobjects.womonitor.plist// with:
160 160  
161 161  {{code}}
162 162  
... ... @@ -208,10 +208,9 @@
208 208  
209 209  = Developing with both WebObjects 5.4 and 5.3 =
210 210  
211 -(Mike Schrag) The following can be done a couple ways, but this is just how I happened to have things setup in betas, so I kept it (it worked for me):
212 +The following can be done a couple ways, but this is just how I happened to have things setup in betas, so I kept it (it worked for me):
213 + Make a ///System/Library/Frameworks/WebObjects54// folder, and move the following frameworks from the 5.4 install into it:
212 212  
213 -Make a ///System/Library/Frameworks/WebObjects54// folder, and move the following frameworks from the 5.4 install into it:
214 -
215 215  {{code}}
216 216  
217 217  JavaDTWGeneration.framework