which is better server for java applications? apache or jboss?

which is better server? apache or jboss?

View Answers

February 10, 2011 at 5:29 PM

JBOSS is a full application sever that includes Tomcat and has support for many J2ee spec features (e.g EJBs) but Tomcat is a servlet container only ideal for when you want to use servlets, JSP and other JSP related. So JBoss provides some extra services and capabilities which makes it better.









Related Tutorials/Questions & Answers:
Advertisements