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 |
with how many valves does tomcat configured with?
What is appbase in tomcat?
Why do we need web server?
How to change the port of tomcat from 8080 to 80?
What is the significance of status code 403 and 404 in apache server?
How to cover server model particulars in http response header?
What is weblogic in simple terms?
What is apache tomcat in linux?
What is the difference between a web server and an application server?
How do I know what port tomcat is using?
What is tomee server?
What is ajp tomcat?