java - Does Glassfish server consist of a webserver also? -


according defintions have read web server can serve http requests (e.g apache).

a web container can serve servlets , jsps etc. since tomcat can both serve http requests , serve servlets , jsps considered both web server , web container.

application servers jboss, glassfish fledged java ee servers include other containers apart web container.

now in order application server glassfish work on own, needs web server(an http server) built it. therefore should contain webserver work on won, , if doesn't contain webserver built it, there should way plug existing web servers apache application server.

what actual implementation? include webserver or should plug webservers these java ee application servers?

yes, includes full web tier. java servlet spec covers of this.


Comments

Post a Comment

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -