I have files that are being loaded on both the web and ejb tier. I have moved all of the references in the web tier to WEB-INF/classes and am using getResourceAsStream() to get an InputStream for the parser. Now, on the ejb side, I currently have the files in the root of the jar that is included in the application ear. Is there a standard place that these should reside? The root of the jar works but I'm wondering if there is a standard that I should be following?
Thanks,
John Moore