What is the role of the webserver?
Answers were Sorted based on User's Feedback
Answer / a.srinivas rao
A web server is the combination of HTTP engine,servlet
container and jsp container.the combination of servlet and
jsp containers is called web container which takes care of
every thing of servlet.a web server receives user request
in form of URL and maps it to appropriate servlet to
process the request
| Is This Answer Correct ? | 26 Yes | 7 No |
Answer / shakir
Using the internet,listening the HTTP request and providing
the HTTP response.
Transaction with HTTP request and respose.
That gives only a html output ,it will not proccess
business logic in the server side.They can provide HTTP
server.They are static.
| Is This Answer Correct ? | 24 Yes | 12 No |
Answer / ramakrishna
A webserver is a server side application which is used to
deploy webapplication in it,it will listen to Http request
coming to this web application and provide response to them
either in static or non-static page
| Is This Answer Correct ? | 13 Yes | 7 No |
Answer / madhu .yadavalli
the web server is execution infrastructure that handles
HTTP requests and responses
| Is This Answer Correct ? | 10 Yes | 7 No |
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
What is servlet invoker?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
Explain url encoding?
What are the important functions of filters?
What is the use of servlet wrapper classes?
Can a jsp be called using a servlet?
Can threads be used in Servelet?
What is the process for chaining servlet?
What is difference between server and servlet?
Explain the lifecycle of a servlet?