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.