WebSphere Commerce Developer

Verifying the migrated WebSphere Commerce Developer application

After migrating your enterprise bean files into WebSphere Commerce Developer Version 7.0, the final step in migrating the environment is to verify the migrated application. To test your migrated application, launch a test JSP page in the migrated store as in the previous WebSphere Commerce Developer Version 5.6.1 or 6.0 development environment.

Procedure

  1. Start the WebSphere Commerce test server.
  2. Right-click the test server in the Servers view and select Publish. Wait for the application to finish publishing and to restart.
  3. Check the log file to ensure that no errors have occurred during the development environment migration.
    1. Go to directory WCDE_installdir/logs/WCIM..
    2. Find the log file which takes the following form:
      wcim.component..data_time.log. For example, wcim.server.2009.12.25.18.48.05.log.
      Where:
      component
      The component being migrated. For example, when migrating a WebSphere Commerce application, the value is server
      date_time
      The date and time when the log is created ( yyyy. mm. dd. hh. mm. ss.) when the log was created.
      yyyy
      The year portion of the time stamp.
      mm
      The month portion of the time stamp.
      dd
      The day portion of the time stamp.
      hh
      The hour portion of the time stamp.
      mm
      The minutes portion of the time stamp.
      ss
      The seconds portion of the time stamp.
  4. Enter the URL, similar to the following, to launch the migrated store:
    • http://localhost/webapp/wcs/stores/servlet/StoreCatalogDisplay?storeId=10001&catalogid=10001
  5. Enter the URL, similar to the following, to launch the custom application:
    • http://localhost/webapp/wcs/stores/servlet/MyNewControllerCmd?input1=test@test&input2=10
    Where test@test is a valid WebSphere Commerce user ID.