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
Java is fully object oriented languages or not?
Can constructors be synchronized in java?
Define aop(assepct oriented programing)?
What are the services in RMI ?
What is the difference between RMI and Corba?
why static class in java
What are the oops concept?
Is a class a subclass of itself?
Why a client should be multithreading? Explain.
What’s jboss cache in short?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is bean? Where can it be used?
Explain the advantages and disadvantages of detached objects.
How would you create a button with rounded edges?
Explain about thread synchronization inside a monitor?