RE: getSystemResource not working in servlet

2006-10-31 Thread Caldarale, Charles R
> 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

getSystemResource not working in servlet

2006-10-31 Thread Allen,Eva
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