Setting class loading policies on WebSphere Application Server

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

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.
  8. Delete the xercesImpl-2.10.0.jar and xml-apis-1.4.01.jar files from the <WASInstallDir>\profiles\profile name\installedApps\node_name\rpews_war.ear\rpews.war\WEB-INF\lib folder.
  9. Restart the Remote services application.

Feedback