What is the difference between tomact and weblogic?
By ikaustubhl
@ikaustubhl (34)
India
April 29, 2007 2:10pm CST
WEBLOGIC:
is a application server.
Supports many protocols.
Used for enterprise applications and EJBs.
Supports N-Tier architectures.
Provides more scalability.
TOMCAT:
is a web server
supports only HTTP / HTTPS protocols
Used for Dynamic / static pages only (E.g servlets, JSPs, HTML etc.)
Supports 3-Tier architecture
Provides nominal scalability
1 response