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
How primary key is implemented in Oracle?
What is the difference between java class and bean?
What is a modular application? What does module-relative mean?
What is the map interface?
How are the elements of a cardlayout organized?
Can constructors be synchronized in java?
what are the advantages of JTA over JTS?
What is chat area? Explain.
Can I run seam outside of jboss as?
What are the different methods of identifying an object?
What is jboss?
What is the relationship between an event-listener interface and an event-adapter class?
What are transaction attributes?
What is meant by method chaining?
How would you detect a keypress in a jcombobox?