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 component of loadrunner is used to record a script?
How you edit the script?
What is x-windows?
What is the latest version and language used in load runner?
What is vuser-end section?
How we tested remote servers if client is installed in another place
You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?
Which loadrunner component does the recording of performance test scenario?
What is extended log?
What is the rendezvous point?
How to create a scenario?
What are the different sections of the script? In what sequence do these sections run?
How can we develop the database vuser script?
What is the process for developing a vuser script?
What is loadrunner controller?