difference between applicationserver and webserver
Answer Posted / ramesh sukka
Application server and web server both are designed to
hadle web request only but application server will support
J2EE middlwware services like JMS,EJB,JTS,J2ee legecy
connection where as web server will not support this. See
the j2ee architecture for middleware components.
Remember every application server will have it own web
server embedded internally. For example for Jboss , it use
Apache web server. For Oracle AS uses HTTP web server.
Regards,
Ramesh Sukka.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are callback interfaces?
what are the advantages of JTA over JTS?
What is the difference between the session.get() method and the session.load() method?
What are JTA/JTS and how they used by client?
Describe activation process?
Why use POJO when I can use hashmap
What classes of exceptions may be caught by a catch clause?
what are getters and setters in Java with examples?
What are the oops concept?
What is metaspace?
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.
Name three subclasses of the component class?
How are the elements of a borderlayout organized?
What is a tasks priority and how is it used in scheduling?
What are the pros and cons of detached objects?