Changes for page WebObjects Developer Quick Start Guide
Last modified by Kieran Kelleher on 2012/07/19 22:32
From version 33.1
edited by Pascal Robert
on 2012/07/19 22:32
on 2012/07/19 22:32
Change comment:
There is no comment for this version
Summary
-
Page properties (4 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,0 +1,1 @@ 1 +WO.Home.Deprecated.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +XWiki.dfrolov - Tags
-
... ... @@ -1,0 +1,1 @@ 1 +devtools - 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 ... ... @@ -55,12 +55,12 @@ 55 55 == Install and Configure WebObjects Development Tools == 56 56 57 57 Instructions for that step are right here: 58 - [[doc:WOL.Install WOLips with Eclipse Update Manager]] 54 + [[doc:WOL.Home.WOLips.Install WOLips with Eclipse Update Manager.WebHome]] 59 59 60 60 == Hello World == 61 61 62 62 Tutorial for that is here: 63 - [[doc:WOL.Create a new WO Application]] 59 + [[doc:WOL.Home.Deprecated info.Create a new WO Application.WebHome]] 64 64 65 65 == Where to go from here == 66 66 ... ... @@ -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]]