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
How do I check tomcat version?
What is the use of webservers?
Explain the concepts of tomcat servlet container?
Name some tomcat features?
Mention with how many valves does tomcat configured with?
Can ear be deployed in tomcat?
Why is it called tomcat?
How will you load properties file?
What is tomcat 8?
Is tomcat a application server?
What is a connector and why it is used in tomcat?
How many threads can tomcat handle?
What is the current version of tomcat?
Will you classify tomcat as a web server or application server?
Is jetty better than tomcat?