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 |
What is the difference between Tomcat 4.1 and Tomcat 5.0?
What is the configuration file in tomcat server?
What is a connector and why it is used in tomcat?
Why do we require apache tomcat?
What's the difference between tomcat and apache?
Who according to you is responsible for the tomcat foundation?
Is tomcat server free?
Can we have two apache web servers on a single machine?
What is tomcat web xml?
Is apache tomcat a web server?
Why is catalina called tomcat?
What language is tomcat written in?