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 is context xml file?
What is the highest searched on google?
How do you create multiple virtual hosts?
How do I install and run tomcat?
What is a connector and how is it used in tomcat?
How do I can change the default home page loaded by tomcat?
what is jasper?
Mention what are the catalina's configuration files?
What do you mean by tomcat coyote and what is its use?
What is tomcat-users.xml configuration file?
How can I access members of a custom realm or principal?
Is apache tomcat a web server?
How to run different apps on single tomcat instance behind different ports?
Does apache need java?
Which is better tomcat or glassfish?