Documentation Center

Configuring your web application on WebLogic

For each Java/JSP web application that runs on the WebLogic web and application server, some custom configuration is necessary.

Procedure

  1. In the WEB-INF/ subdirectory of your web application, open web.xml for editing.
  2. In the web-app element, add the attribute-value pair metadata-complete="true".
  3. Save and close web.xml.
  4. Remove the following files from the WEB-INF/lib/ subdirectory of your web application:
    • stax-api.jar
    • xml-apis.jar
  5. Access your installation media and copy the file Content Delivery\resources\web\weblogic.xml to the WEB-INF/ subdirectory of your web application.