Deployment Example: Sun Java System Communications Services for Access Anywhere (EdgeMail)

ProcedureTo Configure Web Server for Instant Messaging on FE Servers

Steps
  1. Run the Instant Messaging configurator:


    # cd /opt/SUNWwbsvr
    # ./configure
    
    Sun Java(TM) System Web Server 6.1 2005Q1 SP4
    
    Enter the hostname for this machine [fe-amer-11.us.example.com]: im-amer.example.com
    Enter your Sun Java System Web Server server port [80]: 80
    Enter a content root [/opt/SUNWwbsvr/docs]:
    Would you like the Web Server to start on system boot (n/y): [y]
    Enter a valid system user for the Administration Server [root]:
    (NOTE: USE THE SAME ADMIN PASSWD AS IN THE OTHER WEB INSTALLATIONS FOR EDGE3)
    Administration Server User Name [admin]:
    Enter your Administration Server Password :
    Enter (again) your Administration Server Password :
    Enter your Administration Server Port [8888]:
  2. Modify the /opt/SUNWwbsvr/https-im-amer.example.com/config/server.xml file for the newly created web server:


    <PROPERTY name="docroot" value="/opt/SUNWwbsvr/docs/im"/>
    
    <LS id="ls1" port="80" servername="im-amer.example.com" 
    defaultvs="https-im-amer.example.com" ip="10.1.82.193" security="false" 
    acceptorthreads="1" blocking="false">
    
    <PROPERTY name="docroot" value="/opt/SUNWwbsvr/docs/im"/>
  3. Create the new docroot for the IM client services:


    # cd /opt/SUNWwbsvr/docs
    # ln -s /opt/SUNWiim/html/ im
  4. Start the webserver:


    # /etc/init.d/webserver01 start