How web server handles multiple requests for same action
class(Struts) concurrently?

Answers were Sorted based on User's Feedback



How web server handles multiple requests for same action class(Struts) concurrently?..

Answer / p pratap

through it multithreading concept

Is This Answer Correct ?    18 Yes 4 No

How web server handles multiple requests for same action class(Struts) concurrently?..

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

Post New Answer

More Tomcat Interview Questions

Does tomcat load the same library file into memory twice if they are in two web apps?

0 Answers  


What is difference between get and post in rest?

0 Answers  


How to troubleshoot port battle concern?

0 Answers  


What is the use of glassfish server?

0 Answers  


Where can be set roles, username, and password?

0 Answers  


Does tomcat need apache web server?

0 Answers  


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.

0 Answers  


What is coyote?

0 Answers  


Where do I put war file in tomcat?

0 Answers  


How do I start tomcat?

0 Answers  


What are catalina’s configuration files?

0 Answers  


Is jetty better than tomcat?

0 Answers  


Categories