> From: Allen,Eva [mailto:[EMAIL PROTECTED]
> Subject: getSystemResource not working in servlet
>
> URL rulesURL = ClassLoader.getSystemResource("x.xml");
This only retrieves resources accessible to the System class loader,
which typically only looks at the $TOMCAT_HOME
I'm still having problems with getting xmlrules to work within a Tomcat
servlet container. I pretty much snagged the code I use from the
xmlrules example that comes with the digester source. The problem comes
with the getSystemResource call. I keep getting a null URL. I finally
named the rules