Hi, I am not sure why you want to have a central controller and secondary controllers.
My experience is that if you have single controller,the application is more easy to maintain. But if at all you want different controllers because you have different modules, then may be in struts 1.1 , you can use different request processors which are again controllers,but at a level lower than the ActionServlet.So in this case, the ActionServlet will be the main controller and the corresponding request processors can be sub controllers per module,one level down. HTH. Regards, Shirish -----Original Message----- From: Amit Deokar [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 9:32 PM To: Struts Users Mailing List Subject: Is there a way to have more than one controller servlets? Is there a way to have more than one controller servlets in Struts. My aim is to have a "main" controller manager several other controllers. Any suggestions or help? Thanks in advance. -amit --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]