what is difference between web server and application
server?
Answer Posted / 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 View All Answers
What are maps interfaces in the java collections? : java collections
my interviewer asked me what technical specification you used how to answer that question
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
What is the use of hashcode in java ?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What is the difference between comparable and comparator in java.util pkg?
What are the uses of the set interfaces in the java collections? : java collections
What are the different types of features of the java collections framework? : java collections
What are the queues in the java collection framework? : java collections
What is iterator in the java collections framework? : java collections
What are the interfaces in java collections? : java collections
What are the types of the main implementing classes in the map interfaces? : java collections
What are the main classes of the list interfaces? : java collections
What is java collection? : java collections
What is the Spring2.5 MVC Navigation flow?