Complete the following steps on your Rational Application Developer 6.0 machine (WebSphere Commerce Developer machine) to configure Commerce Enabled Portal and Rational Application Developer.
- Set up local variables for configuration script:
- Set the environment variable for WAS_HOME by typing the following from command line:
SET WAS_HOME=RAD_installdir\runtimes\base_v6
- Locate and open file temp/Portal/config/wpsconfig.properties
- Modify variables WasHome, WpsHome, and CertificateFile to match your configuration. WasHome should point to the WebSphere Application Server which is to be used with WebSphere Portal v5.1. For the Portal v5.1 Test Environment, it is typically "<Portal51UTE>/AppServer". For Windows and other platforms, all paths should use "/" instead of "\".
- Set the environment variable for WAS_HOME by typing the following from command line:
- Import the WebSphere Commerce server certificate
- From a command line, traverse to the temp\Portals\config directory.
- Type the following command:
WPSConfig action-import-wcs-certificate
- In the DOS prompt, it displays "BUILD SUCCESSFUL"
- Enable the Portal public session (for B2C starter store only)
- From a command line, traverse to the temp\Portals\config directory.
- Type the following command:
WPSConfig action-enable-wps-public-session
- In the DOS prompt, it displays "BUILD SUCCESSFUL"