Install Bouncy Castle
-
Create a temporary directory to hold the Bouncy Castle
regression test .jar file.
mkdir BCTestDir
-
Copy the regression .jar into the temporary directory.
cp bctest-jdk15on-XXX.jar BCTestDir
-
Copy the
bcprov-ext-jdk15on-XXX.jar
to the following location(s).Configuration Java 1.6 Location Lawson system JDK $JAVA_HOME/jre/lib/ext
WebSphere JDK $WAS_HOME/java/jre/lib/ext -
Verify that the file permissions on
the Bouncy Castle .jar files allow read and execute access for "owner",
"group", and "other".
If they do not, change permissions on the files.
chmod 555 bcprov-ext-jdk15on-XXX.jar
chmod 555 bctest-jdk15on-XXX.jar
where
XXX is the version number of the .jar file
Note: The Bouncy Castle .jar file must be owned by the user who runs the servlet container. During the installation process, that user is always root. Once the Lawson installation is complete, you can change the ownership of the file.