This graphic shows standard and OC4J-specific configuration files. At the top are the OC4J server configuration files:
server.xml principals.xml jms.xml oc4j-connectors.xml global-web-application.xml data-sources.xml rmi.xml default-web-site.xml application.xmlAt the bottom-left are the J2EE-standard application-level configuration files:
application.xml web.xml ejb-jar.xml application-client.xmlAt the bottom-right are corresponding OC4J-specific application-level configuration files. Generally speaking, each of these acts as a superset of the associated J2EE-standard file, for adding OC4J-specific application-level information or overriding application-level specifications with deployment-level specifications:
orion-application.xml orion-web.xml orion-ejb-jar.xml orion-application-client.xml oc4j-ra.xml