what is difference between web server and application
server?



what is difference between web server and application server?..

Answer / paletipatisrinu

webserver :
1)webserver imlementation on servlet,jsp Api specifation.
2)less middleware services
3)its recoginses only WAR files
4}its understand only http requset
5}its develop only webapplications.
Ex: tomcat server
Applicationserver:
1)Application server implementation on All J2EE specifications
2)more middle ware services( nearly 16 middle ware)
Ex:connection pooling,security,transaction management
3)its recoginses WAR,RAR,EAR files
4)its understand http,non http requsets
5}its develop webapplications and enterpraise
applications,distributed applications.
ex:-weblogic

FORMULA:
APPLICTION SERVER=WEBSERVER+MIDDLEWARE SERVERICE+EJB CONTAINER

Is This Answer Correct ?    16 Yes 0 No

Post New Answer

More Java J2EE AllOther Interview Questions

lll

1 Answers  


What are the different types of collections views being provided by the map interface? : java collections

0 Answers  


What is the difference between comparable and comparator in java.util pkg?

0 Answers  


Should we create system software ( e.g operating system ) in java ?

0 Answers  


What is the use of log4j and how to make use of that in a application?

2 Answers  






What are the types of java collections? : java collections

0 Answers  


Write a interface "CarOperations" with the following methods void turnOnEngin() void turnOffEngin() void turnOnLigths() void turnOffLights() void turnLeft() void turnRight() void accelerate() void deaccelerate() void putBreaks() void releaseBreaks()

1 Answers  


What are the uses of the set interfaces in the java collections? : java collections

0 Answers  


VSS Objectives

1 Answers  


waht are architecture of web application?

2 Answers  


Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers

2 Answers   HCL,


Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;

5 Answers   Adobe,


Categories