What is ActionServlet?
The Class org.apache.struts.action.ActonServlet plays the roll as the Controller in Struts framework.This class is responsible for handling all the request.All the request goes to the server through controller.This contoller servlet searched for matching action mapping in Struts-Config.xml to find the Action class to be executed.This was in Struts1.