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 is the difference between the ‘font’ and ‘fontmetrics’ class?
What is colon_pkg_prefixes and what is its use?
Should synchronization primitives be used on bean methods?
Explain about thread synchronization inside a monitor?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is the relation between the infobus and rmi?
What are the different algorithms used for clustering?
What is the relationship between an event-listener interface and an event-adapter class?
Which component handles cluster communication in jboss?
What are the different types of exception?
What state does a thread enter when it terminates its processing?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Why a client should be multithreading? Explain.
what is handle?
Can we sent objects using Sockets?