Turns out this is what I was able to do for future reference out there. First I removed the old Java (OpenJDK) yum:
yum remove java Then needed to install rpm builder: yum install -y rpm-build gcc gcc-c++ redhat-rpm-config Then install Sun Java 1.5: http://wiki.centos.org/HowTos/JavaOnCentOS#head-42e9afa9c99251820007bc780c3fe72bca6eae5c Then install WebObjects: http://wiki.objectstyle.org/confluence/display/WO/Installing+WebObjects+5.4+on+Linux or your engineers very nice script.. maybe these three should all be combined back on the wiki? > http://vmadmin.nt.com.au/?p=47 I used the binary from the hudsen server instead as yum couldn't find apxs to install. Heck I even had to yum install make on these very bare boned servers. Rackspace has a lot of catching up to do in the cloudserver space with amazon. Thanks James On Jun 8, 2011, at 6:10 PM, Q wrote: > > On 09/06/2011, at 6:57 AM, James Cicenia wrote: > >> Hello Deployment Gurus >> >> Since I so rarely do this and have become spoiled with Amazon, I now have to >> help >> to get a LAMWO server running... in this case CentOS and was wondering if >> anyone >> had some handy/dandy scripts that would turn this Rackspace CentOS cloud >> server >> into a fully functioning WebObjects/Apache2.2/Java/MySql/WonderDeployment ? >> >> And it seems in the wiki there are a myriad number of pages that seem to do >> it differently. >> >> Then there is CentOS and yum ? Seems like it gave me the opensdk of java. Is >> that ok? >> >> So far I managed to get mysql and apache2.2 running... but I saw no >> instructions on >> how to set up the apache config file with just mod_WeObjects.so binary vs. >> compiling one. >> >> Anyway any shortcuts, scripts or exact pages to help would be greatly >> appreciated. > > > This was written by one of our engineers when we first migrated from FreeBSD > (it's good, everyone should use it!) and got WO to work on CentOS under > VMWare: > > http://vmadmin.nt.com.au/?p=47 > > You will most likely need the Sun JDK, we have seen strange issues with the > OpenJDK that went away after switching to the sun/oracle version. > > -- > Seeya...Q > > Quinton Dolan - [email protected] > Gold Coast, QLD, Australia (GMT+10) > > > >
_______________________________________________ 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]
