Any one know the difference between JBOSS and Tomcat? When should i use tomcat and JBOSS?
Thanks,
JBOSS is a full application sever that includes Tomcat and has support for many J2ee spec features (e.g EJBs) while Tomcat is a servlet container only ideal for when you want to use servlets, JSP and other JSP related