what is difference between jboss and weblogic
Answers were Sorted based on User's Feedback
Answer / krati
1.JBoss is a Open source product(freeware),whereas WebLogic
are paid ones.
2.Weblogic has self Concole 7001 and u can change console
setting as per requirement,
where as Jboss is dependent on Tomcat
3.WebLogic has extra features that JBoss doesn't have.
WebLogic has an excellent web-based admin console that
enables you to configure JMS Queues/Topics, DataSources,
and Security Realms - and much more. WebLogic has had an
admin console since at least 2002/3.
Is This Answer Correct ? | 24 Yes | 5 No |
Answer / kumar rohit
Difference between JBoss and Weblogic server
1.JBoss is a Open source product(freeware),whereas WebLogic
are paid ones.
2.Weblogic has self Concole 7001 and u can change console
setting as per requirement,where as Jboss is dependent on
Tomcat.
3.WebLogic has extra features that JBoss doesn't have.
WebLogic has an excellent web-based admin console that
enables you to configure JMS Queues/Topics, DataSources,
and Security Realms - and much more. WebLogic has had an
admin console since at least 2002/3.
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / ramkumar
In JBoss application server, implementation for servlet-api
is not there. for this, they are dependent on Tomcat. So
for web related part, its nothing but refering Tomcat. But
where as other application servers like Weblogic,
Websphere, they have their own implementation for Servlet-
api. and ofcource above answers also valid. Please correct
me if any thing wrong.
Is This Answer Correct ? | 6 Yes | 3 No |
Answer / mukundvishy
Both are Application servers developed by two different
companies, first by BEA and second by JBoss.
JBoss is a open source (may not be anymore) and Weblogic is
a commercial one.
Since Weblogic is commercial, one would assume to get proper
after sale support, RASM (Reliability, Availability,
Scalability and Maintainability) features, Proper
documentation, easy integration with other Vendor products
etc. Whereas JBoss may not have Support (a lot of forums
could help), proper documentation etc.
Is This Answer Correct ? | 6 Yes | 5 No |
Answer / pankaj budhiraja
jboss is easy to deploy (copy paste) while not the same for weblogic
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jagadish
Both jboss and weblogic are application servers by Oracle
and Redhat.
Weblogic server has a good web based admin tool (7001) and
jboss has console too (8080).
Jboss is mostly based on file system modification like xml
files where as weblogic mostly relies on console.
We can remove unnecessary services from jboss if we dont
need but with weblogic we cant.
Jboss is a open source product where as weblogic is not.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / abdul wahid syed
Its Support the concept of clustering and its has a
configuration file (config.xml), we can deployed
application by using 3 deployment mode(staging,Non staging
and Externa)
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / kaushal k sharma
i am also looking the right answer of this v. imp. question...
Is This Answer Correct ? | 6 Yes | 9 No |
Answer / sreenu karampudi
Jboss: Application server, open source. enterprise
applications can be deployed.
webLogic: Application server, Enterprise applications can
be deployed.
Is This Answer Correct ? | 2 Yes | 5 No |
what is proxy? how it is used in real time?
Do ejbs have to be homogeneously deployed across a cluster? Why?
What is wlst in web logic?
how to update the pach?
Do you know how are multi-byte characters used with weblogic jdriver?
What is the difference between jndi lookup(), list(), listbindings(), and search()?
What is thread dump? What is the UNIX command for taking thread dump?
What are managed servers?
What does 'stub' mean in weblogic server?
How do I use multibyte character sets with weblogic jdriver for informix? : BEA Weblogic
Can I still use the default connection factories supported in weblogic release 5.1? : BEA Weblogic
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic