java - Difference between an application server and a servlet container? -


i trying understand difference between full fledged application server (e.g. weblogic, jboss etc.) , servlet container (tomcat, jetty etc.).

how differ , when use which?

thanks,

a servlet-container supports servlet api (including jsp, jstl).

an application server supports whole javaee - ejb, jms, cdi, jta, servlet api (including jsp, jstl), etc.

it possible run of javaee technologies on servlet-container, have install standalone implementation of particular technology.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -