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

what is diff string and stringbuffer

7 Answers   CTS, HCL,


lll

1 Answers  


Q1. A. Write note on "The class path Environment Variable". B. Which are different kinds of source code? Q2. A. How to create an interface? B. Why convert an applet to an application? Q3. A. How to use Media tracker Class. B. How to use string tokenizer class. Q4. A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on "The properties class" Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.

1 Answers  


What are the different types of ways where you can iterate over a list? : java collections

0 Answers  


Which is the better framework for web applications, struts or spring, and why?

1 Answers   IBM, TATA,


What are the types of java collections? : java collections

0 Answers  


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

0 Answers  


whatis arguments &what is default argument

2 Answers   CTS,


What is the servletcontext listener and what is JspContext and page context pls tell in simple words.

1 Answers   IBM,


What is an algorithm in java collection framework? : java collections

0 Answers  


How do I find jre path in windows?

0 Answers  


What are the classes in the java collection framework? : java collections

0 Answers  


Categories