My understanding is that you would need to extend the ActionServlet, pass
multiple entries for each of the files as init-parameters to the ActionServlet
and rewrite the initDigester() method.  You will also need to create new DTDs
and rebundle the struts.jar.  The reason for the rebundle of the struts.jar is
because of validation by the Digester  (not sure on this part).  I would guess
that if you turned that off you would not need validation, but I'm not sure
about the ramifications of that.

Hope that helps.

Steve



Peter Doyle wrote:
> 
> Hi,
>  How can I divide struts-config into a number of smaller xml files??
> The struts-config for the application Im developing is now at 400+ lines.
> This is too large to manage and will only get bigger.
> It does not make sense to divide the application into multiple smaller apps
> so I need to make the config file more manageable.
> 
> Thanks,
> Peter

Reply via email to