what is webserver? why it is used ?
Answers were Sorted based on User's Feedback
Answer / narendraa
A Web Server is a computer on the World Wide Web (connected
to the Internet Backbone) that stores HTML documents that
can be retrieved via a Web browser
| Is This Answer Correct ? | 7 Yes | 0 No |
Transaction with HTTP request and HTTP response is called
webserver.
Using the internet listening the HTTP request and providing
the HTTP response is also called webserver.It gives only
html output.It will not process business logic .They can
provide Http server.They are static.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / rinu
A computer program that is responsible for accepting HTTP requests from clients (user agents such as web browsers), and serving them HTTP responses along with optional data contents, which usually are web pages such as HTML documents and linked objects (images, etc.).
| Is This Answer Correct ? | 3 Yes | 1 No |
Can we have two apache web servers on a single machine?
Is tomcat server free?
What is the difference between Tomcat 4.1 and Tomcat 5.0?
What’s the difference between the apache web server and apache tomcat?
Is tomcat free for commercial use?
Why get method is more efficient than post?
What is the default port for apache tomcat?
How to deploy war web applications in tomcat?
Why application server is needed?
What is the default port for tomcat?
What are the configured tomcat valve’s?
How to cover server model particulars in http response header?