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 |
What do you mean by httpservlet?
What is servlet tunnelling?
What is the directory structure of web application?
Explain how does JSP handle run-time exceptions?
What is the directory structure of a war file?
What are all the ways for session tracking?
How we can call a jsp from the servlet?
Can you send the mail from a servlet ,if yes tell how?
What is a servlet context?
What are the types of ServletEngines?
Write a simple servlet program to print the contents of html.
Explain Action Servlet?