How web server handles multiple requests for same action
class(Struts) concurrently?
Answers were Sorted based on User's Feedback
Answer / amit
Struts or any webserver makes new thread for each new
request. so multiple request is served with new request object.
| Is This Answer Correct ? | 16 Yes | 3 No |
Which web server is best for php?
What is the deployment process of web application using war file?
What is nio protocol?
Which version of apache have you worked on?
How to troubleshoot port battle concern?
Is Tomcat an application sever or web server??and what is the difference between application server and web serve???
Is wildfly a web server?
Can I set java system properties differently for each webapp?
What is tomee?
Does tomcat support jms?
How can I access members of a custom realm or principal?
How do you start and stop apache tomcat using services?