If you are using Content Engine API for webservices in WAS 7 application, then we need to perform following steps in your application -
1. Add the following jar files in classpath -
client-download.jar
stax-api.jar
xlxpScanner.jar
xlxpScannerUtils.jar
2. Make sure the following jar is within the application ear , else we will get ClassNotFoundException: com.ibm.websphere.security.auth.WSSubject
Jace.jar
3. Add the jvm generic argument for jaas.conf.WSI
4. Modify the application to have class loading as (Classes loaded with local class loader first (parent last))
And you should be ready to use the CE API on your WAS application
No comments:
Post a Comment