soup4you2
March 8th, 2005, 19:45
I found a rather helpful article on orielly's site i would like to share.

http://www.oreillynet.com/pub/wlg/4091

Basically using the AIX platform downloads you can run it with no problems on os x. been running it for a few weeks now, to test developer code and what not on my powerbook before pushing it out to test or prod.. and i got to say it runs great!

Couple notes though. and the article comments help your out. but inside the wls zip file everything pretty much is commented out..

so place the platform jar file in the current directory and run

java -jar ./pj_server811_generic.jar -mode=silent -silent_xml=$PWD/silentI.xml

/bea/weblogic81/common/bin/config.sh -mode=silent -silent_script=$PWD/silentC.txt

then you need to make it find the java SDK for when you create your domains.

mkdir -p /Library/Java/Home/jre/bin
mkdir /Library/Java/Home/jre/lib
cd /Library/Java/Home/jre/bin
ln -s ../../bin/java
cd ../lib
ln -s /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Classes/classes.jar rt.jar

After that have fun.