difference between applicationserver and webserver
Answers were Sorted based on User's Feedback
Answer / venkat
web server allows only HTTP protocal(i.e Protocal dependent)
But App Server Protocal independent
web server is less secure than app sever
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / veeru
Web Server is used to render mostly static content (html
pages), while app server is capable of offering more
services like execution of dynamic pages (jsp,servlets) and
offeres many out of box infrastructure components like
security, transaction handling, database connectivity, and
many other services.
WebServer and Appservers can be on different boxes to
improve performance in Ntier architecture.
| Is This Answer Correct ? | 0 Yes | 1 No |
Why DOM Parser would take more Memory than SAX parser while they are parsing?
Explain lazy activation?
Brief description about local interfaces?
Why a component architecture for the java platform?
what is domain,give me some brief information about that?
What are the states associated in the thread?
which is the better collection class if the requirement is only displaying the data
What is the difference between a stub and a skeleton?
9 Answers ABC, College School Exams Tests, Geoservices, Polaris, Qualcomm, Rajiv Gandhi College of Engineering and Technology RGCET, UTIITSL, Wipro,
How can I scroll through list of pages like the search results in google?
What is an abstract method?
If your ui seems to freeze periodically, what might be a likely reason?
What restrictions are placed on the values of each case of a switch statement?