How web server handles multiple requests for same action
class(Struts) concurrently?
Answer Posted / 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 View All Answers
What do you know about tomcat history?
What is heap size in tomcat?
How do I know if tomcat is installed?
What is webservers?
What is tomcat high availability?
What is weblogic in simple terms?
How to deploy a war file in tomcat 7?
Why do we need web server?
What is apache and how it works?
What is application server examples?
How do you define a welcome file list?
What is tomcat used for?
What type of ip is required for apache web server to host our website?
How many valves is tomcat configured with?
How to change the port of tomcat from 8080 to 80?