Posted By:
Abhishek_Sharma
Posted On:
Tuesday, July 29, 2008 06:50 AM
Appserver example
Jboss
weblogic etc
are the servers which can manage the lifecycle of the app or business logic residing in servlets and Ejbs and supply dynamic contents according to response .
webserver example
apache
are simple programs listening on port 80 to send static html pages to the browser which has requested for the page .
In current scenario these webservers are connected at the backend with appservers and supply the pages .