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 |
Define servlet mapping?
Can you use javascript in servlets?
What are the differences between forward() method and sendredirect() methods?
Why setMaxAge() and getMaxAge() methods are used in Cookies?
What are its drawbacks of cgi?
What is the main purpose of java servlets?
What is the purpose of requestdispatcher interface?
What are the different methods involved in the process of session management in servlets?
Can we refresh servlet in client and server side automatically?
What is the purpose of inter-servlet communication?
Explain the difference between generic servlet and http servlet?
What is servlet collaboration?