You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Daniel Rabe <dr...@opentext.com> on 2003/12/30 02:45:08 UTC

Struts, Cactus, multiple config.xml files

I've been using Cactus to test a struts 1.1 webapp. It was working... but
then I decided to split up my struts-config.xml file because it was getting
large. In the web.xml, I use a comma-separated list of my config.xml files
for param-name config. Note that I'm NOT using struts modules. It works
correctly when deployed as a webapp with Tomcat 5.x.

However, when I try to run my cactus test suite, I get a lot of "invalid
path" errors. After examining debug logs, it's clear that:
(a) the Digester correctly reads the comma-separated list of config files;
but
(b) the only config file that's processed is struts-config.xml:
<ActionServlet> Initializing module path '' configuration from
'/WEB-INF/struts-config.xml'

Does cactus support this configuration? If so, any thoughts on what I might
be doing wrong???

Constructive suggestions are GREATLY appreciated! Thanks!!

Daniel Rabe