Resource « ear « Java Enterprise Q&A





1. J2EE EAR shared location of read/write resources within clustered environment    stackoverflow.com

Within 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.com

Hello, 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 ...