scope « Container « JSP-Servlet Q&A





1. container level scope variables    coderanch.com

got it working in Tomcat by placing the library into the shared directory, and removing it from my webapps/WEB-INF/classes and/or lib directory; and deploying individual war files to the webapps dir. (Thanks Ben and Bear...) Now, I am trying to get OC4J working. I created an ear with the following structure (x8.ear) ./adf-faces-impl.jar ./jsf-impl.jar ./META-INF/application.xml ./META-INF/data-sources.xml ./META-INF/jazn-data.xml ./META-INF/MANIFEST.MF ./META-INF/orion-application.xml ./webappX8.war ./webappX8B.war ...