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 |
Is multiple try block is possible in single java Application......
What restrictions are placed on the values of each case of a switch statement?
what is the Scope of Final Keyword in Java?
why static class in java
How do you iterate in Hashmap?
Define the remote object implementation?
What is serialization and de-serialization ?
how to use debug in my elipse to solve problems that exist in my project
diff between jsp include directive and jsp action include?
what is the RMI / IIOP?
Why are some of the class and element names counter-intuitive?
Explain bind(), rebind(), unbind() and lookup() methods?