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
What are the advantages of load runner?
What do you mean by creating vuser script?
How is each step validated in the script?
How to identify what to correlate and what to parameterize?
How is vugen script modified after recording?
Can anyone please mention what are the common errors that we can see while replaying the Vugen script and also while running the controller scneraio and How to handle them with a few examples. This will be greatly helpful.
What can I monitor with loadrunner?
What is loadrunner agent?
What is the purpose of an extended log?
What do you mean by remote command launcher(rcl)?
How will you divide your script into multiple actions? Why?
What is a correlation?
What is the vuser in the scenario?
Which function is used to end a nested transaction?
When the rendezvous point is insert?