Changes for page WO 5.4 Getting Started

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

From version 77.1
edited by Timothy Worman
on 2013/05/01 19:19
Change comment: There is no comment for this version
To version 79.1
edited by Timothy Worman
on 2013/06/14 16:27
Change comment: Migrated to Confluence 5.3

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +Deprecated
Tags
... ... @@ -1,0 +1,1 @@
1 +devtools|deployment
Content
... ... @@ -1,56 +1,70 @@
1 1  {{warning}}
2 -This is deprecated information\!
2 +This is deprecated information!
3 3  {{/warning}}
4 4  
5 -{{toc maxLevel="1"}}{{/toc}}
6 6  
6 +
7 +{{toc maxLevel="1"/}}
8 +
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>>WOL:XcodeMigration]]. It isn't as hard as you might think, and WOLips is a much more powerful WebObjects IDE.
11 +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.
10 10  
11 11  = Installing WebObjects and WOLips =
12 12  
13 -1. h6. Download Golipse
14 -[[Golipse>>http://wocommunity.org/documents/tools/Golipse.app_build_14.zip]] ([[source>>https://github.com/wocommunity/Golipse]]) will fetch the needed version of Eclipse, WOLips and other tools for WebObjects development.
15 +1. (((
16 +====== Download Golipse ======
15 15  
18 +[[Golipse>>url:http://wocommunity.org/documents/tools/Golipse.app_build_22.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.
19 +)))
20 +
16 16  {{note title="32-bit computers"}}
17 -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"
22 +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"
18 18  {{/note}}
19 19  
20 -1. h6. Install the WebObjects
21 -The best way to install the WebObjects frameworks is according to [[these instructions>>WOL:Using WOLips With Multiple Versions of WebObjects]].
22 -1. h6. Start Eclipse and switch to the WOLips perspective.
23 -1*. Under the //Window// menu, select //Open Perspective > Other...//.
24 -[[image:PerpectiveMenu.png]]
25 -1*. h6. Select //WOLips// and click //Ok//.
26 -[[image:PerspectiveChoices.png]]
25 +1. (((
26 +====== Install the WebObjects ======
27 27  
28 +The best way to install the WebObjects frameworks is according to [[these instructions>>doc:WOL.Using WOLips With Multiple Versions of WebObjects]].
29 +)))
30 +1. (((
31 +====== Start Eclipse and switch to the WOLips perspective. ======
32 +
33 +* Under the //Window// menu, select //Open Perspective > Other...//.
34 +[[image:attach:PerpectiveMenu.png]]
35 +*
36 +
37 +====== Select //WOLips// and click //Ok//. ======
38 +
39 +[[image:attach:PerspectiveChoices.png]]
40 +
28 28  {{note title="WOLips Perspective"}}
29 29  If you don't switch to the WOLips perspective, you won't be able to create new WebObjects projects.
30 30  {{/note}}
44 +)))
31 31  
32 32  {{info title="Xcode & WebObjects"}}
33 -
34 34  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.
35 -* Apple Developer Site (Free): [http://developer.apple.com/xcode/]
36 -* Mac OS X App Store (Free): [http://itunes.apple.com/us/app/xcode/id448457090]
37 37  
49 +* Apple Developer Site (Free): [[http:~~/~~/developer.apple.com/xcode/>>url:http://developer.apple.com/xcode/||shape="rect"]]
50 +* 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"]]
38 38  {{/info}}
39 39  
40 -{{id value="javamonitor"}}{{/id}}
41 41  
54 +
55 +{{id name="javamonitor"/}}
56 +
42 42  = Running Monitor and wotaskd on Mac OS X =
43 43  
44 -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.
59 +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.
45 45  
46 46  Make sure //Web Sharing// is enabled in the //Sharing// panel in //System Preferences// (note: 10.5 comes with Apache 2.2 as the default).
47 47  
48 48  Edit ///etc/apache2/httpd.conf// (if you did a fresh install, you may already have these - search httpd.conf first)
49 49  
50 -Search for rewrite//module, and above it, add this line~://
65 +Search for rewrite_module, and above it, add this line:
51 51  
52 52  {{code}}
53 -
54 54  LoadModule WebObjects_module /System/Library/WebObjects/Adaptors/Apache2.2/mod_WebObjects.so
55 55  
56 56  {{/code}}
... ... @@ -58,7 +58,6 @@
58 58  Go to the very end and add:
59 59  
60 60  {{code}}
61 -
62 62  Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf
63 63  
64 64  {{/code}}
... ... @@ -66,7 +66,6 @@
66 66  Search for "Directory /" and comment out the Order and Deny lines:
67 67  
68 68  {{code}}
69 -
70 70  <Directory />
71 71   Options FollowSymLinks
72 72   AllowOverride None
... ... @@ -79,18 +79,16 @@
79 79  Restart apache
80 80  
81 81  {{code}}
82 -
83 83  sudo apachectl graceful
84 84  
85 85  {{/code}}
86 86  
87 -If you run //ps auxw grep httpd// you should see apache now running
98 +If you run //ps auxw | grep httpd// you should see apache now running
88 88  
89 89  Create ///Library/LaunchDaemons/com.apple.webobjects.wotaskd.plist// with:
90 -(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)
101 + (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)
91 91  
92 92  {{code}}
93 -
94 94  <?xml version="1.0" encoding="UTF-8"?>
95 95  <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
96 96  <plist version="1.0">
... ... @@ -121,10 +121,9 @@
121 121  {{/code}}
122 122  
123 123  Create ///Library/LaunchDaemons/com.apple.webobjects.womonitor.plist// with:
124 -(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)
134 + (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)
125 125  
126 126  {{code}}
127 -
128 128  <?xml version="1.0" encoding="UTF-8"?>
129 129  <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
130 130  <plist version="1.0">
... ... @@ -155,19 +155,17 @@
155 155  {{/code}}
156 156  
157 157  Start the launchd daemons :
158 -(you may need to sudo here)
167 + (you may need to sudo here)
159 159  
160 160  {{code}}
161 -
162 162  launchctl load /Library/LaunchDaemons/com.apple.webobjects.wotaskd.plist
163 163  launchctl load /Library/LaunchDaemons/com.apple.webobjects.womonitor.plist
164 164  
165 165  {{/code}}
166 166  
167 -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:
175 +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:
168 168  
169 169  {{code}}
170 -
171 171  http://localhost:56789
172 172  
173 173  {{/code}}
AddLibrary.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +34.2 KB
Content
BuildPathMenu.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +94.7 KB
Content
ConfigureBuildPath.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +55.4 KB
Content
GoodDerbyPath.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +46.0 KB
Content
ImportGeneral.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +29.0 KB
Content
ImportMenu.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +65.7 KB
Content
ImportProjectsList.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +57.1 KB
Content
PackageExplorer.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +27.6 KB
Content
PerpectiveMenu.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +68.5 KB
Content
PerspectiveChoices.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +31.1 KB
Content
WOSystemLibs.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +31.9 KB
Content
woswitch
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +2.5 KB
Content
... ... @@ -1,0 +1,77 @@
1 +#!/bin/sh
2 +
3 +WO54PATH=${NEXT_ROOT}
4 +WO53PATH=/Developer/WebObjects53
5 +TMPDIR=/tmp
6 +WOLIPSPROPS=~/Library/Application\ Support/WOLips/wolips.properties
7 +WOBUILDPROPS=~/Library/wobuild.properties
8 +
9 +if [ $# -ne 1 -o "$1" = "-h" ] ; then
10 + echo "Usage: $0 [53|54]"
11 + exit 1
12 +fi
13 +
14 +if [ $# -eq 1 ] ; then
15 + WOVERSION=
16 + echo "$1" | grep -qE "^5[34]" && WOVERSION=$1
17 + if [ "X" = "X${WOVERSION}" ] ; then
18 + echo "Unknown WebObjects Version: $1"
19 + exit 1
20 + fi
21 +fi
22 +
23 +WOSYSVERSION=
24 +WOVERSIONFILE=${WO54PATH}/System/Library/Frameworks/JavaWebObjects.framework/Resources/version.plist
25 +if [ -f ${WOVERSIONFILE} ] ; then
26 + WOSYSVERSION=`cat ${WOVERSIONFILE} | grep -A 1 CFBundleShortVersionString | \
27 + tail -1 | sed -e 's/^.*5\.\([0-9]\).*/5\1/'`
28 +fi
29 +if [ X${WOSYSVERSION} != X54 ] ; then
30 + echo WebObjects 5.4 is not currently installed
31 + exit
32 +fi
33 +
34 +if [ ! -d ${WO53PATH}/System -a ${WOVERSION} -eq 53 ] ; then
35 + if [ ! -f ${TMPDIR}/WebObjects5.3.3Update.pax.gz ] ; then
36 + cd ${TMPDIR}
37 + ftp http://supportdownload.apple.com/download.info.apple.com/Apple_Support_Area/Apple_Software_Updates/Mac_OS_X/downloads/061-2998.20070215.33woU/WebObjects5.3.3Update.dmg && \
38 + dd if=${TMPDIR}/WebObjects5.3.3Update.dmg bs=0x1000 skip=0xb12 of=WebObjects5.3.3Update.pax.gz > /dev/null 2>&1 && \
39 + rm ${TMPDIR}/WebObjects5.3.3Update.dmg
40 + fi
41 + mkdir -p ${WO53PATH}
42 + cd ${WO53PATH}
43 + pax -zrf ${TMPDIR}/WebObjects5.3.3Update.pax.gz > /dev/null 2>&1 && \
44 + rm ${TMPDIR}/WebObjects5.3.3Update.pax.gz
45 + mkdir -p ${WO53PATH}/Library/Frameworks
46 +fi
47 +
48 +if [ ! -e ${WO53PATH}/System/Library/WebObjects/Executables/WOOpenURL ] ; then
49 + mkdir -p ${WO53PATH}/System/Library/WebObjects/Executables
50 + ln -s /usr/bin/open ${WO53PATH}/System/Library/WebObjects/Executables/WOOpenURL
51 +fi
52 +
53 +if [ -f "${WOBUILDPROPS}" ]
54 +then
55 + if [ ! -f "${WOBUILDPROPS}54" ] ; then
56 + cp "${WOBUILDPROPS}" "${WOBUILDPROPS}54"
57 + fi
58 + if [ ! -f "${WOBUILDPROPS}53" ] ; then
59 + cat "${WOBUILDPROPS}" | sed -E "s@=${WO54PATH}.(System|Lib|$)@=${WO53PATH}/\1@g ; s@/\$@@" > "${WOBUILDPROPS}53"
60 + fi
61 +fi
62 +
63 +if [ -f "${WOLIPSPROPS}" ]
64 +then
65 + if [ ! -f "${WOLIPSPROPS}54" ] ; then
66 + cp "${WOLIPSPROPS}" "${WOLIPSPROPS}54"
67 + fi
68 + if [ ! -f "${WOLIPSPROPS}53" ] ; then
69 + cat "${WOLIPSPROPS}" | sed -E "s@=${WO54PATH}.(System|Lib|$)@=${WO53PATH}/\1@g ; s@/\$@@" > "${WOLIPSPROPS}53"
70 + fi
71 +fi
72 +
73 +WOVERSTRING=`echo ${WOVERSION} | sed -E 's/^([0-9])/\1./'`
74 +echo Setting wolips properties for WebObjects ${WOVERSTRING}
75 +cp "${WOBUILDPROPS}${WOVERSION}" "${WOBUILDPROPS}"
76 +cp "${WOLIPSPROPS}${WOVERSION}" "${WOLIPSPROPS}"
77 +
XWiki.XWikiComments[0]
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.simon
Comment
... ... @@ -1,0 +1,3 @@
1 +If you are running WO 5.3.3 and building Wonder source (rather than downloading the binaries) then you will need to stick this in your ~~/Library/wobuild.properties file after running the woswitch script so that the install puts the frameworks in the right location:
2 +
3 +wonder.framework.install.root=/Developer/WebObjects53/Library/Frameworks
Date
... ... @@ -1,0 +1,1 @@
1 +2008-12-07 04:56:07.0
XWiki.XWikiComments[1]
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.wessman
Comment
... ... @@ -1,0 +1,1 @@
1 +Note that Golipse's script doesn't support installation paths with whitespaces in it. The errors are present in the log, but far from obvious.
Date
... ... @@ -1,0 +1,1 @@
1 +2011-06-23 17:44:29.0
XWiki.XWikiComments[2]
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.jbrook
Comment
... ... @@ -1,0 +1,3 @@
1 +The link to Golipse at the top of the page is broken.
2 +
3 +Update: And of course I should have fixed it instead of commenting. Fixed now.
Date
... ... @@ -1,0 +1,1 @@
1 +2011-10-31 16:07:00.0