Configuring your UGC-extended Web application on WebLogic

For each Java/JSP Web application that runs on the WebLogic Web and application server, some custom configuration is necessary. The UGC Web application extension necessitates some further configuration. This topic describes both the general and the specific changes that you need to make.

Procedure

  1. In the WEB-INF/ subdirectory of your Web application, open the file weblogic.xml for editing.
  2. Find the section called <prefer-application-packages>.
  3. Add the following lines:
    <package-name>org.glassfish.hk2.*</package-name>	
    <package-name>org.jvnet.hk2.*</package-name>
  4. Save and close weblogic.xml.