Hello,
I am using the Apache Commons Digester to load an XML config file via a
servlet with init params...
I keep getting this error when I start
Tomcat 5.5.9 and have deployed the war file via my build script:
As one can see there's an obvious pathing issue:
As one can see there's an obvious pathing issue.
Where does the tomcat_home/bin/... come from? The "bin" directory is not supposed to be there!
Here's the specific target from my build script which places attributes-config.xml into tomcat_home/WEB-INF/classes/org/coffeebreak/config:
Here's my deployment descriptor (web.xml) file:
Here's my init servlet for the XML file:
My helper file (which is showing that the rules file is not loading):
What could I possibly be doing wrong?
Why is it stating this when I start Tomcat:
it should be without the "bin" directory, like this:
Why is the rules file coming out as null?
Sincerely,
James Dekker
[ January 14, 2007: Message edited by: James Dekker ]