Changes for page WO 5.4 Getting Started

Last modified by D Tim Cummings on 2013/06/14 16:27

From version 29.1
edited by Timothy Worman
on 2013/05/01 19:19
Change comment: Migrated to Confluence 4.0
To version 27.1
edited by kiberkli
on 2011/07/27 14:05
Change comment: Changed link to Golipse to the actual application, not the source. Added link to the source.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.tworman
1 +XWiki.kiberkli
Content
... ... @@ -1,66 +1,49 @@
1 -{{warning}}
2 -This is deprecated information!
3 -{{/warning}}
1 +{{toc maxLevel="1"}}{{/toc}}
4 4  
5 -{{toc maxLevel="1"/}}
6 -
7 7  = ProjectBuilder and XCode =
8 8  
9 -ProjectBuilder and Xcode are no longer supported IDEs for WebObjects development or deployment. While legacy projects may still use it there is little, if any, support available for it. Existing projects (except Objective-C WebObjects projects, of course) should be [[migrated to WOLips>>doc:WOL.XcodeMigration]]. It isn't as hard as you might think, and WOLips is a much more powerful WebObjects IDE.
5 +ProjectBuilder and Xcode are no longer supported IDEs for WebObjects development or deployment. While legacy projects may still use it there is little, if any, support available for it. Existing projects (except Objective-C WebObjects projects, of course) should be [[migrated to WOLips>>WOL:XcodeMigration]]. It isn't as hard as you might think, and WOLips is a much more powerful WebObjects IDE.
10 10  
11 11  = Installing WebObjects and WOLips =
12 12  
13 -1. (((
14 -====== Download Golipse ======
9 +1. h6. Download Golipse
10 +[[Golipse>>http://cloud.github.com/downloads/rebeld/Golipse/Golipse.app_build_9.zip]] ([[source>>https://github.com/rebeld/Golipse]]) will fetch the needed version of Eclipse, WOLips and other tools for WebObjects development.
15 15  
16 -[[Golipse>>url:http://wocommunity.org/documents/tools/Golipse.app_build_14.zip||shape="rect"]] ([[source>>url:https://github.com/wocommunity/Golipse||shape="rect"]]) will fetch the needed version of Eclipse, WOLips and other tools for WebObjects development.
17 -)))
18 -
19 19  {{note title="32-bit computers"}}
20 -By default Golipse will download and install a 64-bit version of Eclipse. If you have an older 32-bit machine you can specify the download URL for the Eclipse package in 'Golipse > Preferences'. The latest 32-bit package is "http:~/~/ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-macosx-cocoa.tar.gz"
13 +By default Golipse will download and install a 64-bit version of Eclipse. If you have an older 32-bit machine you can specify the download URL for the Eclipse package in 'Golipse > Preferences'. The latest 32-bit package is "http://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-macosx-cocoa.tar.gz"
21 21  {{/note}}
22 22  
23 -1. (((
24 -====== Install the WebObjects ======
16 +1. h6. Install the WebObjects
17 +The best way to install the WebObjects frameworks is according to [[these instructions>>WOL:Using WOLips With Multiple Versions of WebObjects]].
18 +1. h6. Start Eclipse and switch to the WOLips perspective.
19 +1*. Under the //Window// menu, select //Open Perspective > Other...//.
20 +[[image:PerpectiveMenu.png]]
21 +1*. h6. Select //WOLips// and click //Ok//.
22 +[[image:PerspectiveChoices.png]]
25 25  
26 -The best way to install the WebObjects frameworks is according to [[these instructions>>doc:WOL.Using WOLips With Multiple Versions of WebObjects]].
27 -)))
28 -1. (((
29 -====== Start Eclipse and switch to the WOLips perspective. ======
30 -
31 -* Under the //Window// menu, select //Open Perspective > Other...//.
32 -[[image:attach:PerpectiveMenu.png]]
33 -*
34 -
35 -====== Select //WOLips// and click //Ok//. ======
36 -
37 -[[image:attach:PerspectiveChoices.png]]
38 -
39 39  {{note title="WOLips Perspective"}}
40 40  If you don't switch to the WOLips perspective, you won't be able to create new WebObjects projects.
41 41  {{/note}}
42 -)))
43 43  
44 44  {{info title="Xcode & WebObjects"}}
29 +
45 45  Xcode is no longer the supported IDE for WebObjects development or deployment. However, downloading it and installing it will install tools debugging tools that you might find useful.
31 +* Apple Developer Site (Free): [http://developer.apple.com/xcode/]
32 +* Mac OS X App Store ($4.99): [http://itunes.apple.com/us/app/xcode/id422352214]
46 46  
47 -* Apple Developer Site (Free): [[http:~~/~~/developer.apple.com/xcode/>>url:http://developer.apple.com/xcode/||shape="rect"]]
48 -* Mac OS X App Store (Free): [[http:~~/~~/itunes.apple.com/us/app/xcode/id448457090>>url:http://itunes.apple.com/us/app/xcode/id448457090||shape="rect"]]
49 49  {{/info}}
50 50  
36 +{{id value="javamonitor"}}{{/id}}
51 51  
52 -
53 -{{id name="javamonitor"/}}
54 -
55 55  = Running Monitor and wotaskd on Mac OS X =
56 56  
57 -Monitor and wotaskd are installed, but the launchd scripts to start them are not installed. You can grab them from a 10.5 Server installation, or follow those instructions.
40 +Monitor and wotaskd are installed, but the launchd scripts to start them are not installed. You can grab them from a 10.5 Server installation, or follow those instructions.
58 58  
59 59  Make sure //Web Sharing// is enabled in the //Sharing// panel in //System Preferences// (note: 10.5 comes with Apache 2.2 as the default).
60 60  
61 61  Edit ///etc/apache2/httpd.conf// (if you did a fresh install, you may already have these - search httpd.conf first)
62 62  
63 -Search for rewrite_module, and above it, add this line:
46 +Search for rewrite//module, and above it, add this line~://
64 64  
65 65  {{code}}
66 66  
... ... @@ -97,10 +97,10 @@
97 97  
98 98  {{/code}}
99 99  
100 -If you run //ps auxw | grep httpd// you should see apache now running
83 +If you run //ps auxw grep httpd// you should see apache now running
101 101  
102 102  Create ///Library/LaunchDaemons/com.apple.webobjects.wotaskd.plist// with:
103 - (for OSX 10.5 make sure the permissions of this file are 644 system/wheel/everyone otherwise launchctl will throw a "dubious permissions" error when you try to load the plist with the commands that follow)
86 +(for OSX 10.5 make sure the permissions of this file are 644 system/wheel/everyone otherwise launchctl will throw a "dubious permissions" error when you try to load the plist with the commands that follow)
104 104  
105 105  {{code}}
106 106  
... ... @@ -134,7 +134,7 @@
134 134  {{/code}}
135 135  
136 136  Create ///Library/LaunchDaemons/com.apple.webobjects.womonitor.plist// with:
137 - (for OSX 10.5 make sure the permissions of this file are 644 system/wheel/everyone otherwise launchctl will throw a "dubious permissions" error when you try to load the plist with the commands that follow)
120 +(for OSX 10.5 make sure the permissions of this file are 644 system/wheel/everyone otherwise launchctl will throw a "dubious permissions" error when you try to load the plist with the commands that follow)
138 138  
139 139  {{code}}
140 140  
... ... @@ -168,7 +168,7 @@
168 168  {{/code}}
169 169  
170 170  Start the launchd daemons :
171 - (you may need to sudo here)
154 +(you may need to sudo here)
172 172  
173 173  {{code}}
174 174  
... ... @@ -177,7 +177,7 @@
177 177  
178 178  {{/code}}
179 179  
180 -If you run "ps auxw | grep java" you should see wotaskd and java monitor now running. You should be able to connect to Monitor by this URL:
163 +If you run "ps auxw grep java" you should see wotaskd and java monitor now running. You should be able to connect to Monitor by this URL:
181 181  
182 182  {{code}}
183 183