Last modified by Kieran Kelleher on 2012/07/19 22:32

From version 14.1
edited by Kieran Kelleher
on 2009/12/06 13:39
Change comment: There is no comment for this version
To version 31.1
edited by Pascal Robert
on 2012/01/30 22:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kieran
1 +XWiki.probert
Content
... ... @@ -1,3 +1,7 @@
1 +{{warning}}
2 +This is deprecated information\!
3 +{{/warning}}
4 +
1 1  == Who is this Guide for? ==
2 2  
3 3  This guide is for you if
... ... @@ -15,13 +15,13 @@
15 15  
16 16  == First Install XCode ==
17 17  
18 -XCode is **not** used the develop WebObjects applications, but XCode installation includes software for development in general, such as command line tools, that are useful
22 +XCode is **not** used to develop WebObjects applications, but XCode installation includes software for development in general, such as command line tools, that are useful.
19 19  
20 20  == Next Install and Configure WebObjects ==
21 21  
22 22  Install WebObjects using the [[Apple WebObjects 5.4.3 Installer dmg>>http://support.apple.com/kb/DL688]] if you want "standard" OS X install paths.
23 23  
24 -Then open terminal and perform the "extra" stuff you need to do to get things complete. you will need to do all this as 'root', hence the sudo --s at the start.--
28 +Then open terminal and perform the "extra" stuff you need to do to get things complete. you will need to do all this as 'root', hence the sudo s at the start.
25 25  
26 26  {{code title="Replace the apache adaptor with the Snow Leopard one"}}
27 27  
... ... @@ -29,7 +29,7 @@
29 29  
30 30  cd /System/Library/WebObjects/Adaptors/Apache2.2
31 31  mv mod_WebObjects.so mod_WebObjects.so.obsolete
32 -curl -C - -O http://webobjects.mdimension.com/wonder/mod_WebObjects/Apache2.2/macosx/10.6/mod_WebObjects.so
36 +curl -C - -O http://wocommunity.org/documents/tools/mod_WebObjects/Apache2.2/macosx/10.6/mod_WebObjects.so
33 33  
34 34  {{/code}}
35 35  
... ... @@ -74,4 +74,4 @@
74 74  
75 75  === The Community Mailing Lists ===
76 76  
77 -[[Mailing Lists>>Mailing Lists]]
81 +[[Mailing Lists>>WONDER:Mailing Lists]]