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 |
Is tomcat free to use?
What services are provided by tomcat?
What language is tomcat written in?
Why get method is more efficient than post?
How to we can change tomcat default port?
What is the difference between iis web server and apache tomcat server?
Does spring boot require tomcat?
How would you achieve design flexibility in a portal to cater for a different look and feel?
Where is tomcat server xml?
Is tomcat j2ee compliant?
Explain what is tomcat valve?
Can ear be deployed in tomcat?