[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring Web Applications for the VTA

To configure Web applications for the VTA:

  1. If you have not already done so, create a folder for the VTA on a host, and copy the EAR file for the VTA from the webapp folder on the application library CD to the VTA folder.
  2. mkdir vta
    
    cp /cdrom/cdrom0/webapp/quotavta.ear vta
    
    
    
  3. From the EAR file, extract the file <vtaName>CustCare.war into the folder you created in Step 1.
  4. cd vta
    
    jar xvf quotavta.ear quotaCustCare.war
    
    
    
  5. From the file <vtaName>CustCare.war, extract the file CONSTANTS.incl.
  6. jar xvf quotaCustCare.war CONSTANTS.incl
    
    
    
  7. Edit the properties in the file CONSTANTS.incl.

See Properties for VTA Portals for a description of the properties in the CONSTANTS.incl file.

  1. Replace the file CONSTANTS.incl into the file <vtaName>CustCare.war.
  2. jar uvf quotaCustCare.war CONSTANTS.incl
    
    
    
  3. Replace the file <vtaName>CustCare.war into the EAR file.
  4. jar uvf quotavta.ear quotaCustCare.war
    

Properties for VTA Portals

This section describes the properties in the CONSTANTS.incl file.

PERIODIC_QUOTA

SUBSCRIBER_ACTIVATE_DESCRIPTION

PERIODIC_QUOTA_INITIAL_TOP_UP_DESCRIPTION

SUBSCRIBER_DEACTIVATE_DESCRIPTION

PERIODIC_QUOTA_INACTIVE_TOP_UP_DESCRIPTION

SUBSCRIBER_PURCHASE_DESCRIPTION

NIC_PROXY_NAMESPACE

BOUGHT_QUOTA_ACCOUNT_NAME

PERIODIC_QUOTA_ACCOUNT_NAME

ACTIVE_STATUS

INACTIVE_STATUS

SSPORTAL_SIGNIN_URL


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]