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 |
Suppose there is a clash between the version of the library being shipped with your application and the library of tomcat, how will you resolve it?
What is the functionality of tomcat valve?
How can I access members of a custom realm or principal?
Why do we need tomcat?
What is tomcat and how it works?
How to deploy a war file in tomcat 7?
What is tomcat linux?
What do you understand by mpm in apache?
Is weblogic a middleware?
What is apache tomcat?
Can we deploy a servlet in tomcat?
with how many valves does tomcat configured with?