what is the difference between application server and web
server?
Answer Posted / reddy
Webserver serves pages for viewing in web browser,
application server provides exposes business logic for
client applications through various protocols.
Webserver exclusively handles http requests. application
server serves business logic to application programs through
any number of protocols.
Webserver delegation model is fairly simple, when the
request comes into the webserver, it simply passes the
request to the program best able to handle it (Server side
program). It may not support transactions and database
connection pooling.
Application server is more capable of dynamic behavior
than webserver. We can also configure application server to
work as a webserver.Simply application server is a superset
of webserver.
Web Server serves static HTML pages or gifs, jpegs,
etc., and can also run code written in CGI, JSP etc. A Web
server handles the HTTP protocol. Eg of some web server are
IIS or apache.
An Application Server is used to run business logic or
dynamically generated presentation code. It can either be
.NET based or J2EE based (BEA WebLogic Server, IBM
WebSphere, JBoss).
A J2EE application server runs servlets and JSPs (infact
a part of the app server called web container is responsible
for running servlets and JSPs) that are used to create HTML
pages dynamically. In addition, J2EE application server can
run EJBs – which are used to execute business logic.
An Application server has a ‘built-in’ web server, in
addition to that it supports other modules or features like
e-business integration, independent management and security
module etc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
3.if a questions asked as,what is the quality standards you are following? what i need to tell.
How to validate a Testcase.and is the testing Methodology.
What is mean by multi-threading testing?
What is the difference between static testing and dynamic testing?
Test approach to windows scheduler?
What is big bang approach?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
online demo for bug tracker tool(let me know the website)
My name is Akpos from Nigeria. I have finished manual testing course. Please, can someone advise me where to go on from here?
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ? real time experts pls xplain?
through which phases a software ttester need to pass like as a junnior test engineer,team lead,project lead,etc.? which is the final stage of your promotion and how will u achieve?
What are the cases why parameterization is necessary when load testing the Web server and the database server?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
hi this is satish can some one help me out by sending the maxium notes on client sesrver ,web server and company architechture project hirearchy and company hirearchy i will happy to recive the answers as early as possible
What is middle ware testing?? what are the companies using this tech?