What is the difference between tomact and weblogic

Showing Answers 1 - 8 of 8 Answers

shaik

  • Oct 5th, 2005
 

Tomcat use to develop Web base Componentwhere as Weblogic use for Web base and Application Component Development

  Was this answer useful?  Yes

venkatram reddy

  • Oct 26th, 2005
 

WEBLOGIC:

  1.  is a application server.
  2. Supports many protocols.
  3. Used for enterprise applications and EJBs.
  4. Supports N-Tier architectures.
  5. Provides more scalability.

TOMCAT:

  1. is a web server
  2. supports only HTTP / HTTPS protocols
  3. Used for Dynamic / static pages only (E.g servlets, JSPs, HTML etc.)
  4. Supports 3-Tier architecture
  5. Provides nominal scalability

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions