1. J2EE EAR shared location of read/write resources within clustered environment stackoverflow.comWithin a J2EE environment (happends to be WAS 6.1 but could be any application server) I need to place a XML file, which is a configuration file, so that I can ... |
2. Classloader problem while accesing a resource within an EAR coderanch.comHello, I'm trying to access a text file which is included in a zip file within an EAR. I have a WAR that links to the zip file (added it to the classpath in META-INF/manifest.mf). The problem is while I tried to access the text file from a servlet included in the web application: I tried this from within the servlet ... |
3. accessing resources inside ear with "getResource(.)" forums.oracle.com |