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 |
What is servlet preinitialization?
What is a policy?
What is serialization and de-serialization ?
What is metaspace?
How to implement RMI in Java?
what is a non-repeatable read?
Why are my checkboxes not being set from on to off?
What are the steps involved in developing an RMI object?
diff between jsp include directive and jsp action include?
In a multitiered application which tier is the browser in?
I wantr to know, How many number of users logged in to website? can any one answer
can i call multipule form beans in Action class?