Sun Java System Portal Server 7.1 Configuration Guide

ProcedureInserting Instant Messenger Links

  1. Change to the following directory:

    PortalServer-base /SUNWportal/bin/

  2. Create a copy of the dp-IMChannel.xml file as follows:.

    cp dp-IMChannel.xml newfile.xml

  3. To modify the Application channel, type the following psadmin command:


    psadmin modify -u
                          ADMIN_DN -w
                          PASSPHRASE -d
                          ORG_DN -m newfile.xml
    
                      

    where:

    ADMIN_DN - Replace with LDAP administrator DN. For example: psadmin

    PASSPHRASE - Replace with the administrator’s password.

    ORG_DN - Replace with the DN of the Organization where the links are to be added. For example: o=example.com, o=isp

    The URL for launching the Instant Messenger using Java Plug-in is a reference to the Instant Messaging channel with a launch argument. For example:

    /portal/dt?action=content&provider=IMChannel&launch=plugin&username=sam

    The URL for launching the Instant Messenger applet with Java Web Start is:

    /portal/imlaunch?channel=IMChannel&launch=jnlp&username=sam