Configuring simulated single sign-on for WebSphere Commerce

Simulated single sign-on is provided for ease of setup in Rational Application Developer where the portlet developer can be up and running without enabling security and without using LDAP. Speed of setup takes precedence over security in a development environment. To enable simulated single sign-on configure your WebSphere Commerce machine.Before you begin

About this task

On your WebSphere Commerce Developer (where you have Rational Application Developer 6.0 installed) machine...

  1. From a command line, run the following command: WCDE_installdir/components/wcportal/bin/enableWCPortalWizard.bat

  2. On the Welcome page, click Next.

  3. The WebSphere Commerce site information page appears. Select your WebSphere Commerce instance, and provide your WebSphere Commerce database password. Click Next.

  4. On the Authentication mechanism for Single Sign-On page, select Simulated Single Sign-on.

  5. The Summary page displays the options that you selected. Verify that this information is correct, and click Next.

  6. When the configuration is complete, the wizard displays the result of the configuration, and the location of the log files. Click Finish to exit the wizard.

  7. Republish the project.

    1. From within Rational Application Developer, right-click on the WebSphere Commerce Test Server in the Servers tab and select Start.

    2. Right-click the WebSphere Commerce Test Server and publish the EAR file by clicking Publish.

  8. After your EAR is published, open a Web browser and verify that the following URLs open properly:

    Service URL
    OrderServices http://hostname:80/webapp/wcs/component/order/services/OrderServices
    MemberServices http://hostname:80/webapp/wcs/component/member/services/MemberServices
    ContractServices http://hostname:80/webapp/wcs/component/contract/services/ContractServices
    CatalogServices http://hostname:80/webapp/wcs/component/catalog/services/CatalogServices
    BusinessContextServiceWrapperService

    https://hostname:8000/Enablement-BusinessContextWebServicesRouter/services/BusinessContextServiceWrapper

      http://hostname:80/Enablement-BusinessContextWebServicesRouter/services/BusinessContextServiceWrapper

    Where:

    >
    hostname
    Is the host name of the WebSphere Commerce machine.

  9. Optional: Configure LDAP server access over SSL.

  10. Next step:Install the WebSphere Commerce sample portal application.


Related tasks

Configure simulated single sign-on for WebSphere Portal - - -