Tomcat Server Question:
Download Questions PDF

How web server handles multiple requests for same action class(Struts) concurrently?

Answer:

Struts or any webserver makes new thread for each new
request. so multiple request is served with new request object.

Download Tomcat Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose when we are starting startup.bat file of Tomcat server it is not started. DOS window appears for a Second only. What we need do?How to communicate between two webservers in two diff systems?