Page 1 of 1

WebLogic 12 on Raspberry

Posted: Sat Dec 13, 2014 8:18 pm
by skoky
Hello

I made WebLogic 12.1.3 to run on Raspberry PI! It works great. Weblogic now supports Java8 and this is possible. Two changes needs to be done:
a, it must run with -client as servers JVM is not supported from Oracle
b, to consume less memory -DserverType=wlx should be used. It consumes about 200MB of space

Raspi is great!

Skoky.

Re: WebLogic 12 on Raspberry

Posted: Sun Dec 21, 2014 3:22 pm
by venkateshs111
Hi Stock,

Thank you for the post.

Could you please provide the exact startup command and the path please.

a, it must run with -client as servers JVM is not supported from Oracle
b, to consume less memory -DserverType=wlx should be used. It consumes about 200MB of space

Re: WebLogic 12 on Raspberry

Posted: Sun Dec 21, 2014 11:23 pm
by venkateshs111
[quote="skoky"]Hello Skoky,

Hope you are doing good..Just eager to know the startup command. thank you.

Thanks
Venkat

Re: WebLogic 12 on Raspberry

Posted: Thu Jan 08, 2015 1:26 pm
by PikWay
Startup command is startWebLogic.sh :)
And startup parameters mentioned by Stock needs to be changed in setDomainEnv.sh

BR,
Pik