The orion-web-jar.xml
deployment descriptor file contains the OC4J platform-specific
deployment descriptors for web applications and contains the deploy time information
for a WAR deployed to Oracle Application Server. If you have implementation-specific
information, you can supplement the J2EE standard deployment descriptor, web.xml
with orion-web.xml
. After each deployment in JDeveloper, this deployment
file is altered to reflect any newly added deployment descriptor information.
JDeveloper also automatically generates a web.xml
and orion-web-jar.xml
file when you create a deployment profile for
web applications (WAR) and deploy it to Oracle Application Server. However, if
you want to control the contents of the orion-web-jar.xml
,
you can manually create your own orion-web-jar.xml
to include in the deployment profile.
The orion-web.xml
file supports the following additional configuration
settings:
The orion-web.dtd
is contained in oc4j.jar.
After
you decompress this JAR, all DTDs for the OC4J server files are located in the
WEB-INF
directory.
To manually create an orion-web.xml
file:
orion-web.xml
file.orion-web.xml
node in the Navigator
below the specified project. See Editing
orion-web.xml
.See also: "Oracle Application Server Containers for J2EE Servlet Developer’s Guide" for more information about creating this file.