difference between applicationserver and webserver

Answers were Sorted based on User's Feedback



difference between applicationserver and webserver..

Answer / 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

difference between applicationserver and webserver..

Answer / mahendar

Application server provides security,transaction...etc.

Is This Answer Correct ?    3 Yes 0 No

difference between applicationserver and webserver..

Answer / supraja

Web Server understands and supports only HTTP protocol
whereas an Application Server supports HTTP,TCP/IP and many
more protocols. Also many more features such as
Caches,Clusters,Load Balancing are there in Application
Servers which are not available in Web Servers. We can also
Configure Application Servers to work as Web Server. In
short, Applicaion Server is a super set of which Web Server
is a sub set

Is This Answer Correct ?    0 Yes 0 No

difference between applicationserver and webserver..

Answer / shiv kumar

Webserver is a computer program that is responsible for:
1.accepting request from clients
2.serving the Http response
Application server like tomcat,weblogic,websphere is
applicatio that supports/uses servlet and jsp

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Advanced Java Interview Questions

What is the difference between session and entity beans?

0 Answers  


What are the implicit objects?

2 Answers   HCL,


What is daemon thread?

3 Answers  


For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??

1 Answers  


How do u supress the parameters from the displaying in the url?

2 Answers  


What is MOM?

1 Answers   Wipro,


Why do I get a duplicate name error when loading a jar file?

0 Answers  


java is fully object oriented languages or not? why?

12 Answers   HCL,


difference between apllet and interface class

1 Answers   Infotech,


What value does read() return when it has reached the end of a file?

0 Answers  


whats is stored procedure,joins

1 Answers   Photon,


What is local interface. How values will be passed?

0 Answers  


Categories