![]() |
iPlanet Trustbase Payment Services 2.0 Beta Systems Administration Guide |
Chapter 2 Configuring your Websites
Once you've installed and configured, this chapter shows you how you can configure your individual websites in preparation to running the System
Configuration prerequisites
Before configuring you must bring the individual components up and make sure that the system is actually running. Starting the system must be performed in a particular order otherwise components will fail to communicate properly. The order for starting the system is:
Oracle 8.1.7
iMQ for Java 2.0 on both the Buyer and Seller Bank machines
Bank in a Box back end server on the Buyer and Seller Bank machines
Bank in a Box administration tool and iWS 6.0 SP1 on the Buyer and Seller Bank machines
iTPS on the Buyer and Seller machines
iWS 6.0 SP1 on both the Buyer and Seller Bank machines
iAS 6.0 SP3 on both the Buyer and Seller Bank machines
iTTM 3.0.1on both the Buyer and Seller Bank machines
JMS Proxy on both the Buyer and Seller Bank machines
Buyer web site (BFI) Web server
Tooledup Seller web site Web server The following sections provide instructions for configuring your Websites.
iTTM First Time Start Procedure
The following procedure stops the system.
Logon as root
Logon as root and run the following shell:
/opt/ias6/slapd-myhost/start-slapd
/opt/iws6/https-myhost.mycompany.com/start
/opt/iws6/https-admserv/start
cd /opt/ittm/Scripts
./startias
./starttbase http://myhost.mycompany.com/NASAdapter/logon.html
Steps to Configuring your websites
Configuring a Conditional Management Website
Configure your Identrus-Compliant SmartCard.
Utilise Userdbtool to define buyers. The issuer DN and subjectDN of the users should match those on their Smart Cards. For example,
neworganisation -organisation "CM Website"
newuser -issuer "CN=BuyerBank CA,OU=BuyerBank,O=BuyerBank,C=GB" -subject "CN=Buyer Cert,OU=Buyer,O=Buyer,C=GB" -organisation "CM Website" -email "buyerl@buyercompany.com" -role BUYER
From the iTTM main login menu, Select <Services><Payments> <Condition Registry Details> to define Website location, e.g.
http://myhost.mycompany.com:{condwebsite port Nr}/itps-cond/Webcr
From the iTTM main login menu, Select <Services><Payments><Membership List> and Add appropriate F.I. members to the membership list
Configuring an Obligation Management Website
Identrus Compliant SmartCard.
Userdbtool Seller/Buyer where the issuer DN and subjectDN of the users should match those on their Smart Cards.
telnet sellerbank.sellercompany.com
neworganisation -organisation "OM Website"
newuser -issuer "CN=SellerBank CA,OU=SellerBank,O=SellerBank,C=GB" -subject "CN=Seller Cert,OU=Seller,O=Seller,C=GB" -organisation "OM Website" -email "Sellerl@Sellercompany.com" -role SELLER
Note. To allow a seller to log into the Obligation Management Website, one must ensure an organisation has been created that matches the SellerName element in the initial PaymentRequest.
Select <Services><Payments><Membership List> and Add appropriate F.I. members to the membership list if not already present
Biab Admin tool. Go to Back End and use the adduser command to define a new user
An Identrus-Compliant Smart Card.
From the ITTM logon screen Select <Services><Payments><Settlement Chain> and assign the appropriate currency to the appropriate F.I.
Update CDP_Issuer_DN, CDP_DN and EMAIL used by the tooledup table CDPCERT manually to match the CDPs smartcard. For example,
SQL> update CDPCERT set cdp_dn='CN=CDP1 User,OU=CDP
Admin,O=CDP,C=GB',cdp_issuer_dn='CN=CA User,OU=CA Admin,O=CA,C=GB', email='cdpuser@mycdphost.com' where
To add more CDPs one must insert new entries into CDPCERT with ascending CERTIDs and then associate required conditions to the specific CDPs by updating the CERTID column in the CONDITION table. i.e. One or more conditions may be associated with any one CDPCERT entry.
BFI
You are now ready to proceed to the next chapter "Running the Models"
Previous Contents DocHome Index Next
Copyright © 2001 Sun Microsystems, Inc. Some preexisting portions Copyright © 2001 Netscape Communications Corp. All rights reserved.
Last Updated October 22, 2002