Offical Wonder Community Deployment
Deploying on Amazon EC2Deploying on FreeBSD 6.x and 7.x (WO 5.3.3)
Deploying on FreeBSD 8.2 and WebObjects 5.4.3
Deploying on Mac OS X Server
Deploying on Non Mac OS X Platforms
Deploying on Solaris (WO 5.3.3)
Deploying on Windows
Deploying with Tomcat
Installing WebObjects 5.4 on Linux
Easy Install of WebObjects 5.4.3 for OS X Server Lion
Installing only the part what is need, with this Installer the WebObjects Frameworks won't be installed.
How to Install
cd /tmp
curl -C - -O http://dl.dropbox.com/u/1548210/Downloads/WODeployment/deploy.sh
chmod -R 755 deploy.sh
sudo ./deploy.sh
After finish the Installation, create an SymbolicLink to your WebSitefolder.
################################################
## Create SymbolicLink for WebServerResource
## Depends on the Site
################################################
cd /Library/Server/Web/Data/Sites/YOURSITEFOLDER
sudo ln -s /Library/WebObjects/WebServerResource WebObjects
Folder Structure
Folder : Adaptors (Files for Apache)
File : mod_WebObjects.so (Apache Adaptor)
File : wo_apache_conf (WebObjects Apache Configurations)
File : wo_expires.conf (Place for Expires Cache)
File : wo_rewrite.conf (Place for Rewriting Rules)
Folder : Application (Your Applications)
Folder : Configuration (Files for wotask)
Folder : Deployment JavaMonitor & wotask Application)
Folder : Logs (Logfiles)
Folder : WebServerResource (Your WebServerResource)
Parameter for SampleApp in JavaMonitor like
-Xmx256M
-Duser.name=production
Easy Install of WebObjects 5.4.3 for OS X Server Snow Leopard
This is a Disk Image to Download for installing WebObjects with everything include.
Usually most People Download the Software from the Internet and install it on the Server. That is fine.
The Purpose of this Image is to make an easy installation on OS X 10.6.5 Snow Leopard Server :
- Offline Install
- Sometimes there are Servers without a Connection to the Internet.
- Installing into a VM Image on the Road without Internet Connection
- Easy installation
- Only one Command and everything is in place
Download the Image here.
How to Install
1. Copy the Image to the Server
2. Mount the DiskImage on the Machine where it has to be installed.
double click and mount the Image, in Terminal
hdiutil attach FBDeploy.dmg
3. Start Installation
cd /Volumes/WODeploy/
sudo ./wodeploy
Enter [e] for English or [j] for Japanese.
"help" Command show you what you can do.
"quit" Command will quit the Programm.
“wo54” Command will install WebObjects 5.4.3 into your System
“ap6” Command will install Apache WebObjects Configuration for OS X 10.6.5
“monitorStart” Command will start the Monitor that was launched with launchd
“monitorStop” Command will stop the Monitor that was launched with launchd
“AppleTaskStart” Command will launch Apple’s Version of wotask
“AppleMonitorStart” Command will launch Apple’s Version of JavaMonitor
“WonderTaskStart” Command will launch Wonder’s Version of wotask
“WonderMonitorStart” Command will launch Wonder’s Version of JavaMonitor
“update” Command will update Wonder wotask & Javamonitor on your System from the Version that is include this Image. This Image will update see Date in FinderView of the Image.
“demo” Command will install a WO Demo App to see if everything work. If FrontBase “Movies” DB installed from the FBDeploy Script then it will try to access that DB for Testing Purpose.
“image” Will install ImageMagick 1.6.5 into your System (Not Tested yet)
(*) For Developer new to WO, call Commands from Top with the (*) Flag.
Only 4 Commands and you are running.