Link to home
Start Free TrialLog in
Avatar of compdigit44
compdigit44

asked on

WebServer - Weblogic

My company is Microsoft shop. There is custom application that my company uses that will be changing there webserver from JBoss to WEbLogic..

What is WEbLogic? Can it run on windows? What are the pros and cons of Weblogic vs, JBoss, IIS etc..
Avatar of cmalakar
cmalakar
Flag of India image

What is WEbLogic?

WebLogic is an Java EE Application Server.

Can it run on windows?

Yes.

If your application uses any EJB's, then you might have to convert the deployment descriptors from WebLogic format to JBoss.
A document which has the basic different, bit old but worth looking at it.

http://www.cmpe.boun.edu.tr/courses/cmpe473/spring2006/presentation/WebLogic_Jboss_final.ppt
Avatar of compdigit44
compdigit44

ASKER

Is WebLogic better / faster than JBoss, IIS etc..
weblogic is a product of oracle, before them of BEA systems
it is a normal java webserver, it does not use Sun Java on Windows, it includes 100x faster J:Rockit JVM instead.
that decision depends on many factors like (weblogic/jboss)=> License Server/free server, easy to deploy/bit difficult.

I have never used Jboss personally. Look at these discussion..

http://stackoverflow.com/questions/1305980/weblogic-or-jboss
http://www.theserverside.com/discussions/thread.tss?thread_id=43929
Problem of Jboss on windows is that 32bit SUN-oracle java on windows does not allow huge memory allocation.
You need to go to linux, or 64bit, or other java VM
So  weblogic x64  2008 R2 server  should run pretty smoothly?
x64 will run also jboss smoothly
weblogic will run smoothly on 32bit XP home, where jboss is unstable and brings itself to the knees.
Thanks
IS there a 64 bit version of JBOSS???
JBOSS is a java application.

and it should work either on 32 bit or 64 bit

http://community.jboss.org/wiki/64BitHardware
Yes but does it come in a 64 bit version only
If you see Jboss download page, there is no specification of either 64 or 32 bit.

JBOSS server can be run on either 32 bit or 64 bit.
I'm trying to understanding this better...

so just jboss come in a 32bit version but can run on 64bit??
ASKER CERTIFIED SOLUTION
Avatar of cmalakar
cmalakar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
so the old advantage of run 64 bit os is that JBoss has access to more memory???
Yes.
32bit sun java is limited to 2GB of RAM in continuous allocation (which is impossible thanks to antiviruses, asl etc etc) in reality it is around 700..1300m. There is a trick editing java executable to use /3GB RAM, but that is not officially supported bu SUN.
J:rockit 32bit  can use 3GB on 32bit system and 4GB on 64bit system, it does so with PSE pages (4MB or 2MB allocations) thus getting 5x more RAM than SUN JRE ever could.
No such limitations on 64bit system running 64bit java of either sort.