what is the difference between weblogic and tomcat
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
0
Welcome to JavaRanch.
Tomcat is an open source web server and servlet container. It's also the reference implementation of the servlet and JSP specifications.
BEA Weblogic is a commercial JEE server. As such, its functionalities go way beyond Tomcat - it also supports EJB, JavaMail, JMS, and various other JEE APIs.