skoky
Posts: 1
Joined: Sat Dec 13, 2014 8:13 pm

WebLogic 12 on Raspberry

Sat Dec 13, 2014 8:18 pm

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.

venkateshs111
Posts: 2
Joined: Sun Dec 21, 2014 3:16 pm

Re: WebLogic 12 on Raspberry

Sun Dec 21, 2014 3:22 pm

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

venkateshs111
Posts: 2
Joined: Sun Dec 21, 2014 3:16 pm

Re: WebLogic 12 on Raspberry

Sun Dec 21, 2014 11:23 pm

[quote="skoky"]Hello Skoky,

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

Thanks
Venkat

PikWay
Posts: 1
Joined: Thu Jan 08, 2015 1:18 pm

Re: WebLogic 12 on Raspberry

Thu Jan 08, 2015 1:26 pm

Startup command is startWebLogic.sh :)
And startup parameters mentioned by Stock needs to be changed in setDomainEnv.sh

BR,
Pik

Return to “Java”