Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. Create a folder with a path similar to *C:\StockTraderDemo*
  2. In Windows Explorer, Navigate to the folder that you created.
  3. Right-click the background of that folder, and then click SVN Checkout...
    Info
    titleNote

    This assumes that you have installed TortoiseSVN client as described in one of the preceeding sections. If you are using a different SVN client, observe the steps given, and replicate them as appropriate using your preferred client software.

  4. In the Checkout dialog, configure the checkout using the values shown in the table below, and then click the OK button:

    Setting

    Value

    URL of repository

    https://svn.apache.org/repos/asf/incubator/stonehenge/trunk/stocktrader/dotnet/Image Removed

    Checkout directory

    C:\StockTraderDemo (or whichever path you used in the previous steps)

    Checkout Depth

    Fully recursive

    Omit externals

    Unchecked

    Revision

    HEAD Revision

  5. Once the checkout has completed, click the OK button.

...

  1. Click the Start menu, and then type mmc.
  2. Press the Enter key to launch Microsoft Management Console.
  3. On the File menu, click Add/Remove Snap-in...
  4. In the Available snap-ins list, click Certificates, and then click the Add > button.
  5. In the Certificates snap-in dialog, click Computer account, and then click the Next > button.
  6. In the Select Computer dialog, click the Finish button.
  7. In the Add or Remove Snap-ins dialog, click the OK button to close the dialog.
  8. In the Console Root, expand the Certificates (Local Computer) node.
  9. Right-click the Personal node, and then click All Tasks > Import...
  10. On the Welcome page of the Certificate Import Wizard, click the Next > button.
  11. On the File to Import page, click the Browse... button.
  12. Browse to and select C:\StockTraderDemo\setup_utilities\Util\stocktraderpfxfile.pfx.
    Info
    titleNote

    In the file filter list, you will have to select Personal Information Exchange (*.pfx;*.p12)

  13. On the File to Import page, click the Next > button.
  14. Wiki MarkupIn the *Password* box, type *yyy*, and then check the box next to *Mark this key as exportable \ [...\].*
  15. On the Password page, click the Next > button.
  16. Click Next > on any remaining pages, and then click the Finish button on the final page.
  17. Click the OK button in the success message that appears.
  18. In the left pane of Microsoft Management Console, expand the Personal node and click on Certificates.
  19. In the center pane, right-click Trade.com and click All Tasks > Manage Private Keys...
  20. In the Permissions for Trade.com private keys dialog, click the Add... button.
  21. In the Enter object names to select box, type the name of the account that is the application pool identity for the StockTrader site that you set up in IIS, and then click the OK button.
    Info
    titleNote

    If nothing has been modified from defaults, you should type Network Service.

  22. In the Group or user names list, click the account you added, and then in the Permissions for ACCOUNT NAME HERE list, check the Allow box next to Full control.
  23. In the Permissions for Trade.com private keys dialog, click the OK button.
  24. Leave Microsoft Management Console open, and then repeat the same import process for the following certificates:

    Certificate Name

    Certificate Path

    OPS.Com

    C:\StockTraderDemo\setup_utilities\Util\OPSHost.pfx

    BSL.Com

    C:\StockTraderDemo\setup_utilities\Util\BSLClient.pfx

  25. In the center pane of Microsoft Management Console, select the three certificates imported.
    Info
    titleNote

    If there are any certificates in between them, you will have to click each one individually, while holding down the Ctrl key to select all of them at once.

  26. On the Action menu, click Copy.
  27. In the left pane, right-click on the Trusted People node, and then click Paste.
  28. At a command prompt, type and execute the following command to associate the OPSHost.pfx certificate in the personal store with the port 8005 to enable https for the Order Processor:
    Code Block
    netsh http add sslcert ipport=0.0.0.0:8005 certhash=fa0f58bb605fa43369e279e8f9088872fde09943 appid={C0C21DB2-6E94-4538-8A5E-C5AEBE6E3F8B} 
    

...