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.
Thanks For Your Good Information
ReplyDelete