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
Explain about local interfaces.
Difference between hashmap and hashtable?
Explain about RMI Architecture?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Why is string immutable in java?
Describe, in general, how java's garbage collector works?
Why are my checkboxes not being set from on to off?
What is the map interface?
which book is better for jdbc ,servlets and jsp
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
How to pass parameters in RMI?
What is Stream Tokenizer?
why static class in java
What is the relationship between an event-listener interface and an event-adapter class?
Is there a guarantee of uniqueness for entity beans?