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
Why won’t the jvm terminate when I close all the application windows?
Define aop(assepct oriented programing)?
why static class in java
What is the relationship between local interfaces and container-managed relationships?
How are the elements of a cardlayout organized?
Explain what is synchronization?
Do you think that java should have had pointers?
What are the different class loaders used by jvm?
what is handle?
What is a tasks priority and how is it used in scheduling?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
How primary key is implemented in Oracle?
What is the difference between RMI registry and OS Agent?
When a thread blocks on i/o?
What is Remote Server?