What are the major differences between Web Server and
Application Server?
Answer Posted / guest
The basic difference between a web server and an application
server is
Webserver can execute only web applications i,e servlets and
JSPs and has only a single container known as Web container
which is used to interpret/execute web applications
Application server can execute Enterprise application, i,e
(servlets, jsps, and EJBs) it is having two containers 1.
Web Container(for interpreting/executing servlets and jsps)
2. EJB container(for executing EJBs). it can perform
operations like load balancing , transaction demarcation etc
etc
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How vugen create a vuser script?
How could you measures Https/Sec ?
What are the element in the loadrunner controller?
How you enhance the basic script?
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?
What are the loadrunner testing process?
What is lr_output_message?
Which loadrunner component does the recording of performance test scenario?
How is automated correlation configured?
What is the difference between overlay graph and correlate graph?
How can we invoke a parellel process in load runner using C or perl language?
What is Standard deviation? How it will use in Lr?
What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?
What is extended log?
What is the modular approach of scripting?