Create a Shared Library for ODS
- Select Environment > Shared Libraries.
- Select the ODS application server from the selection box.
- Click New.
- For the Name field, enter SharedLibs.
- For the Classpath field, enter the full paths to the following jar files (using the directory that was created in steps 4 and 5 in the ODS Setup section):
commons-logging-1.2.jar
javax.ws.rs-api-2.0.1.jar
- Check "Use an isolated class loader for this shared library" under class loading and Click OK.
- Save the configuration changes.
- Select Applications>WebSphere enterprise applications.
- Click on the ODS application.
- Under the References heading, click the Shared library references link.
- Check the ODSJava.war module and click the Reference shared libraries button.
- In the Available box, click on SharedLibs and then click the >> button. This will move SharedLibs to the Selected box.
- Click OK.
- Click OK.
- Save the configuration changes.Configure the ODS Application
- Select Applications>Application Types>WebSphere enterprise application.
- Select the ODSJava.war application.
- Click JSP and JSF options under Web Module Properties and select the JSF implementation to SunRI1.2
- Under Detailed Properties, click Class loading and update detection.
- Select Classes loaded with local class loader first (parent last) option.
- Select Class loader for each WAR file in application option.
- Click OK.
- Save the configuration.