difference between applicationserver and webserver
Answer Posted / supraja
Web Server understands and supports only HTTP protocol
whereas an Application Server supports HTTP,TCP/IP and many
more protocols. Also many more features such as
Caches,Clusters,Load Balancing are there in Application
Servers which are not available in Web Servers. We can also
Configure Application Servers to work as Web Server. In
short, Applicaion Server is a super set of which Web Server
is a sub set
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
the same information whether it will connect to the database or it will be used previous information?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What’s jboss jbpm?
What must a class do to implement an interface?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
whats is mean by connectionpooling
How would you create a button with rounded edges?
Can I run seam with jdk 1.4 and earlier?
How will you pass parameters in RMI? Why do you serialize?
Brief description about local interfaces?
Should synchronization primitives be used on bean methods?
Can constructors be synchronized in java?
What is the purpose of the notify() method?
Is there a guarantee of uniqueness for entity beans?
What is the purpose of the notifyall() method?