I've developed a quite small patch that allows Struts, Validator, and
Tiles configuration files to be loaded from the classloader if not
found in the servlet context.  This allows people to distribute Struts
modules as self-contained jars (save jsp's of course if the module
uses those).

The previous behavior was to load config files from the servlet
context, and if not found, throw an exception.  I added a middle step
that if the file can't be located on the servlet context, it tries to
load the file from the classloader which can pull resources, from
among other places, jars in WEB-INF/lib.

Does anyone have any objections?  If not, I'll apply it in a day or so.

Don

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to