Deploying the Software Express plug-in to runtime
After the Plug-in has been tested and works well on the workspace, follow the steps below to deploy it into the runtime environment.
Procedure
- Download LibSiTef.jar and save it in the following two
directories:
- WC_enterprise_application\Stores.war\WEB-INF\lib
- WC_enterprise_application\CommerceAccelerator.war\WEB-INF\lib
- Add the DLL or SO files provided by Software Express to
the Java library. Contact Software Express for the latest version of these files.
- Determine which file you need.The SO/DLL files should match the WebSphere Application Server version. If the WebSphere Application Server version is 64-bit, you need to use the 64-bit SO/DLL file from Software Express; if the WebSphere Application Server version is 32-bit, you need to use the 32-bit files. Check the WebSphere Application Server version here:
- WAS_installdir/bin/versionInfo.bat
- WAS_installdir/bin/versionInfo.sh
- Download the file
- Download the zip file containing the DLL files for Windows to the machine where the Rational Application Developer test server runs, and extract the contents. Put the DLL files in the WAS_installdir/SYSTEM32 folder or in any other folder that is already on your java.library.path.
- Download the zip file containing the SO files for Linux, extract the contents and copy the .so file to one of the java.library.path folders, such as /usr/lib/. If the Linux machine is 64-bit, need to copy the .so file to both /usr/lib/ and /usr/lib64.
- Determine which file you need.
- Create the LibSiTef folder.For example:
- Create the folder under your home drive, for example, C:/LibSiTef.
- Create the folder under the root path, for example, \libsitef.
- Package
the Payments-Plugin-SiTef project.Note: The EJB JAR file contains only session beans, so you do not need to update your data source information.
- Deploy the plug-in.
- Repeat the tasks for creating the policy for the payment method, configuring the payment methods for the plug-in and configuring the merchant, but now perform the steps in the runtime environment.
- Restart the WebSphere Commerce application server.
- Test the plug-in in the runtime environment.