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

From version 35.2
edited by Bastian Triller
on 2023/11/13 11:55
Change comment: Update document after refactoring.
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.btriller
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  
... ... @@ -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]]