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 |
Does tomcat load the same library file into memory twice if they are in two web apps?
What is difference between get and post in rest?
How to troubleshoot port battle concern?
What is the use of glassfish server?
Where can be set roles, username, and password?
Does tomcat need apache web server?
I have a "webb app" in Tomcat that serves only HTML, and I'd like to make the path component of the URL case- insensitive. So if the client navigates to http://<domain.host>/Pics or http://<domain.host>/pics or http://<domain.host>/PIcs they'll get the same resource.
What is coyote?
Where do I put war file in tomcat?
How do I start tomcat?
What are catalina’s configuration files?
Is jetty better than tomcat?