Re: Accessing XML files from a WebApp
Posted By:
Anthony_R
Posted On:
Thursday, October 27, 2005 09:11 PM
Some say put your config files as close the class using it. However, WEB-INF or WEB-INF/conf is good. It's part of he classpath so it would get picked. You could also embed the xml files in a jar file and have the class read it relative to package.