Hi,

some notes on what I did to get an iMac running SL ready for development:

- Download & install WO 5.4.3 for 10.5 from ADC
- cd /Developer/Examples/JavaWebObjects/Deployment/
- sudo sh configure.sh
- Test: http://127.0.0.1:1085  -> wotaskd works
- Test: http://127.0.0.1:56789 -> WOMonitor works

- edit /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf : Uncomment Line "WebObjectsAdminUsername public"
- Restart apache: sudo apachectl restart
- Test: http://localhost/cgi-bin/WebObjects/WOAdaptorInfo -> error
- tail /var/log/apache2/error_log -> "child pid 10215 exit signal Segmentation fault (11)"

- cd path/to/Wonder
- cd Utilities/Adaptors/Adaptor
- make
- cd ../Apache2.2
- make
- sudo cp mod_WebObjects.so /System/Library/WebObjects/Adaptors/ Apache2.2/
- Restart apache: sudo apachectl restart
- Test: http://localhost/cgi-bin/WebObjects/WOAdaptorInfo -> works

- In Eclipse w/ WOLips installed and Wonder checked-out, launch AjaxExample, making sure "-WOHost=localhost" and "- WODirectConnectEnabled=false" are set -> works :)

Timo


Am 18.12.2009 um 16:10 schrieb Elizabeth Lynch:

Is there a recommended Installer out there for a virgin SL Client system yet? Or alternatively an up-to-date 'step by step' guide? This is for a designer acquaintance who until now has been using a Tiger system to work with WO html components; now he has a brand new SL laptop and needs to get an Eclipse/WOLips/WO setup installed with the minimum amount of pain.

Previous threads discussed this a week ago, and it still seems that neither of the two installers (from Don and Jeremy) are SL- compatible - although I will be very happy to be proved wrong.

Liz




_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/th-dev%40onlinehome.de

This email sent to [email protected]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to