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 we tested remote servers if client is installed in another place
What is filtering and sorting?
What should be done to view parameter substitution in the execution log?
What is local configuration file?
What is the vuser in the scenario?
What is pause command?
How does caching affect performance testing results?
How are concurrent users differing from simultaneous users?
What are the documents your using ,and how your distibute the users
What is parameterizion?
When loadrunner is used?
What is loadrunner api function?
Which loadrunner component does the recording of performance test scenario?
How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?
What is the modular approach of scripting?