what is the difference between application server and web
server?

Answer Posted / shreyas

consider an example : when a request comes in the webserver
handles the http request using http protocl and it responds
by sending a html page but to process the a request
application server handles it by serving the business logic
to client application through various protocols

application server has a bulit-in webserver and it can be
configured to act as both webserver and application server

application sever = webserserver + ejb container

Is This Answer Correct ?    22 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what exactly is heuristic checklist approach for unit testing?

2719


What is defect removable efficiency?

681


which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect

1784


What makes a good test engineer?

713


You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.

1459






why testcases are written and what is the importance?

1096


Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?

1437


How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....

1620


what is the main field of bugzilla which we fill to report bug to any developers???give some brief description??

1594


Do you think tools are required for managing change. Explain and please list some tools/practices which can help you managing change.

1629


Write the function test case to add a customer to database.

1696


Can you explain function points?

671


What is Test Design?

1730


Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.

1902


What are noise variables?

1952