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 would you create a button with rounded edges?
Explain the steps in details to load the server object dynamically?
What is a modular application? What does module-relative mean?
What is chat area? Explain.
Do you think that java should have had pointers?
What is ripple effect?
Describe activation process?
Explain about RMI Architecture?
What is the difference between the string and stringbuffer classes?
What are the pros and cons of detached objects?
whats is mean by tiles in struts
How to deploy Jar, War files in J2EE?
Why doesn’t the focus feature on the tag work in every circumstance?
What classes of exceptions may be caught by a catch clause?
Which class is the immediate superclass of the menucomponent class?