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

From version 37.1
edited by Denis Frolov
on 2023/11/13 11:56
Change comment: Renamed back-links.
To version 33.1
edited by Pascal Robert
on 2012/07/19 22:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,0 @@
1 -WO.Home.Deprecated.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dfrolov
1 +XWiki.probert
Tags
... ... @@ -1,1 +1,0 @@
1 -devtools
Content
... ... @@ -27,16 +27,20 @@
27 27  
28 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.
29 29  
30 -{{code title="Replace the apache adaptor with the Snow Leopard one"}}sudo -s
30 +{{code title="Replace the apache adaptor with the Snow Leopard one"}}
31 +sudo -s
31 31  
32 32  cd /System/Library/WebObjects/Adaptors/Apache2.2
33 33  mv mod_WebObjects.so mod_WebObjects.so.obsolete
34 -curl -C - -O http://wocommunity.org/documents/tools/mod_WebObjects/Apache2.2/macosx/10.6/mod_WebObjects.so{{/code}}
35 +curl -C - -O http://wocommunity.org/documents/tools/mod_WebObjects/Apache2.2/macosx/10.6/mod_WebObjects.so
36 +{{/code}}
35 35  
36 -{{code title="Configure Apache to use the WebObjects Adaptor"}}cd /etc/apache2
38 +{{code title="Configure Apache to use the WebObjects Adaptor"}}
39 +cd /etc/apache2
37 37  cp httpd.conf httpd.conf.backup
38 38  echo "Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf" >> httpd.conf
39 -apachectl restart{{/code}}
42 +apachectl restart
43 +{{/code}}
40 40  
41 41  {{code title="Install launchd tasks to keep WebObjects running always"}}
42 42  
... ... @@ -51,12 +51,12 @@
51 51  == Install and Configure WebObjects Development Tools ==
52 52  
53 53  Instructions for that step are right here:
54 - [[doc:WOL.Home.WOLips.Install WOLips with Eclipse Update Manager.WebHome]]
58 + [[doc:WOL.Install WOLips with Eclipse Update Manager]]
55 55  
56 56  == Hello World ==
57 57  
58 58  Tutorial for that is here:
59 - [[doc:WOL.Home.Deprecated info.Create a new WO Application.WebHome]]
63 + [[doc:WOL.Create a new WO Application]]
60 60  
61 61  == Where to go from here ==
62 62  
... ... @@ -70,4 +70,4 @@
70 70  
71 71  === The Community Mailing Lists ===
72 72  
73 -[[Mailing Lists>>doc:WEB.Home.Getting Help.Mailing Lists.WebHome]]
77 +[[Mailing Lists>>doc:WEB.Mailing Lists]]