For each Java/JSP web application that runs on the WebLogic web and application server, some custom configuration is necessary. The UGC website extension necessitates some further configuration. This topic describes both the general and the specific changes that you need to make.
Procedure
- In the WEB-INF/ subdirectory of your web application, open web.xml for editing.
- In the
web-app element, add the attribute-value pair metadata-complete="true".
- Save and close web.xml.
- In the same location, open the file weblogic.xml for editing.
- Find the section called
<prefer-application-packages>.
- Add the following lines:
<package-name>org.glassfish.hk2.*</package-name>
<package-name>org.jvnet.hk2.*</package-name>
- Save and close weblogic.xml.