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


Overview of Managing Subscriber Accounts with VTA Portals

We provide two sample portals that manage subscriber accounts. One is an administrator portal that administrators can use to manage VTA subscriber accounts. The second is a subscriber portal that subscribers can use to manage their own accounts. Before you can use these portals, you need to configure the Web applications for the VTA.

The sample portals run inside the J2EE application server and use the VTA core's NIC proxy.

To customize the portals to operate outside the VTA's J2EE application server, you must:

Automatic Login of Subscribers

By using a NIC with the VTA, you can enable subscribers who connect to the SDX network through a JUNOSe router to log in through the VTA Web portals. The NIC must map the subscriber's IP address to one of the following values:

The value to which this NIC maps the subscriber's IP address depends on the information that identifies subscribers in your SDX configuration.

If subscribers connect to the network through a JUNOS routing platform or you choose not implement this NIC with a JUNOSe router, you can provide subscribers with access to this information through another method, such as a central login page where subscribers can enter their usernames and passwords.

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]