Sun Java Enterprise System 2005Q1 Bereitstellungsbeispiele: Evaluierungsszenario

ProcedureSo konfigurieren Sie Messaging Server für SSO

Schritte
  1. Wechseln Sie in folgendes Messaging Server-Verzeichnis:


    cd /opt/SUNWmsgsr/sbin
  2. Führen Sie folgende Variationen des Messaging Server-Konfigurationsbefehls aus:

    1. ./configutil -o local.webmail.sso.amnamingurl -v http:// evaluation_host/amserver/namingservice

    2. ./configutil -o local.webmail.sso.uwcenabled -v 1

    3. ./configutil -o local.webmail.sso.uwclogouturl -v http:// evaluation_host:80/uwc/base/UWCMain\?op=logout

    4. ./configutil -o local.webmail.sso.uwcport -v 80

    5. ./configutil -o local.webmail.sso.uwccontexturi -v "uwc"

    6. ./configutil -o local.webmail.sso.amcookiename -v iPlanetDirectoryPro

    7. ./configutil -o local.webmail.sso.uwchome -v http:// evaluation_host/uwc

    8. ./configutil -o service.http.allowadminproxy -v yes

    9. ./configutil -o service.http.ipsecurity -v no

  3. Führen Sie den Befehl zum Stoppen von Messaging Server aus:


    ./stop-msg
  4. Führen Sie den Befehl zum erneuten Starten von Messaging Server aus:


    ./start-msg

    Beim Starten wird eine Reihe von Startmeldungen angezeigt. Der Startvorgang kann einige Momente in Anspruch nehmen. Wenn der Startvorgang abgeschlossen ist wird folgende Meldung angezeigt:


    starting job-controller server

    Sie haben Messaging Server für SSO konfiguriert.