Changes for page WebObjects Developer Quick Start Guide
Last modified by Kieran Kelleher on 2012/07/19 22:32
From version 34.1
edited by Pascal Robert
on 2012/07/19 22:32
on 2012/07/19 22:32
Change comment:
Migrated to Confluence 5.3
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +XWiki.btriller - Content
-
... ... @@ -27,20 +27,16 @@ 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"}} 31 -sudo -s 30 +{{code title="Replace the apache adaptor with the Snow Leopard one"}}sudo -s 32 32 33 33 cd /System/Library/WebObjects/Adaptors/Apache2.2 34 34 mv mod_WebObjects.so mod_WebObjects.so.obsolete 35 -curl -C - -O http://wocommunity.org/documents/tools/mod_WebObjects/Apache2.2/macosx/10.6/mod_WebObjects.so 36 -{{/code}} 34 +curl -C - -O http://wocommunity.org/documents/tools/mod_WebObjects/Apache2.2/macosx/10.6/mod_WebObjects.so{{/code}} 37 37 38 -{{code title="Configure Apache to use the WebObjects Adaptor"}} 39 -cd /etc/apache2 36 +{{code title="Configure Apache to use the WebObjects Adaptor"}}cd /etc/apache2 40 40 cp httpd.conf httpd.conf.backup 41 41 echo "Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf" >> httpd.conf 42 -apachectl restart 43 -{{/code}} 39 +apachectl restart{{/code}} 44 44 45 45 {{code title="Install launchd tasks to keep WebObjects running always"}} 46 46 ... ... @@ -74,4 +74,4 @@ 74 74 75 75 === The Community Mailing Lists === 76 76 77 -[[Mailing Lists>>doc:WEB.Mailing Lists]] 73 +[[Mailing Lists>>doc:WEB.Home.Getting Help.Mailing Lists.WebHome]]