| Author |
Diff between weblogic and apache tomcat?
|
Sreedhar mar
Ranch Hand
Joined: Sep 15, 2003
Posts: 34
|
|
HI Can anybody know what is the differecne between weblogic server and apache-tomcat server? bye
|
 |
Nizan
Greenhorn
Joined: Apr 18, 2001
Posts: 22
|
|
Horses for courses really....in a nutshell. WebLogic - nice GUI,more ���, more geared towards the business logic layer. Tomcat - text file confg, free, more geared towards the presentation layer.
|
Nizan Horsefield<br />Weblogic Support<br />BMW
|
 |
Alain Kettaneh
Greenhorn
Joined: Sep 13, 2004
Posts: 2
|
|
An other difference (it kept me awake for long nights!): - war deployment under weblogic is different since the war archive is not expanded into directories. consequence: any configuration from included files is bound to fail if file API are used.
|
 |
Gregory Cranz
Greenhorn
Joined: Sep 09, 2002
Posts: 9
|
|
Yet more differences - WebLogic is an EJB container - Tomcat is a Servlet container. WebLogic is commercially supported. Tomcat is community supported.
|
Never Underestimate the Power of What Works!
|
 |
 |
|
|
subject: Diff between weblogic and apache tomcat?
|
|
|