Additional steps: Setting class loading policies on WebSphere Application Server 7

Whether you deploy the Web Services application manually or by using Installation Manager, you must configure class loading policies if you are using WebSphere® Application Server 7.

Procedure

  1. Open the administrative console in a browser. Example: http://server:port/ibm/console/logon.jsp
  2. Click Applications > Application Types > WebSphere enterprise applications. The rpews.war application you added is listed as the application name you entered.
  3. Click the rpews.war application.
  4. In the Detail Properties section, click Class loading and update detection.
  5. In the Class loader order section, select Classes loaded with local class loader first (parent last).
  6. In the WAR class loader policy section, select Single class loader for application.
  7. Click OK and Save.

Feedback