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
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
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
Which component handles cluster communication in jboss?
Which textcomponent method is used to set a textcomponent to the read-only state?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Write a program to show synchronization?
When a thread blocks on i/o?
what are getters and setters in Java with examples?
What is scalable, portability in the view of J2EE?
Difference between new operator and class.forname().newinstance()?
If your ui seems to freeze periodically, what might be a likely reason?
whats is mean by connectionpooling
What are the sequence of steps to write pub or sub model kind of application?
How substring() method of string class create memory leaks?
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 ..