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 |
How running tomcat as a windows service provides benefits?
Do apache tomcat generate log files? If yes name them?
What apache tomcat is used for?
Explain how web server handles multiple requests for same action class(struts) concurrently?
What is tomcat high availability?
What is the function of listen in apache tomcat?
Does the installation of apache http server require ssl or php support?
What is war file in tomcat?
Explain the types of connectors used by apache tomcat.
What is tomcat home?
What is coyote?
What is a tomcat application?