Sun Java System Federation Manager 7.0 User's Guide

ProcedureTo Delete an Instance of Federation Manager from BEA WebLogic Server

  1. Type the following command replacing the variables with information regarding your deployment:


    # WebLogic-base/bin/java -classpath WebLogic-classpath weblogic.Deployer -undeploy 
    -adminurl http://server-host:server-port -name deployment-URI 
    -username WebLogic-admin -password WebLogic-admin-password 
    -target WebLogic-Server 
    

    where:

    WebLogic-base

    Defines the WebLogic Server installation directory. 

    WebLogic-classpath

    Includes the JDK path and weblogic.jar. 

    server-host

    Defines the WebLogic Server host to which Federation Manager is deployed. 

    server-port

    Defines the port of the WebLogic Server host to which Federation Manager is deployed. 

    deployment-URI

    Defines the Federation Manager URI. 

    WebLogic-admin

    Defines the ID of the WebLogic Server super user (weblogic, by default). 

    WebLogic-admin-password

    Defines the password of the WebLogic Server super user. 

    WebLogic-Server

    Defines the instance of WebLogic Server in which Federation Manager is deployed. 

    For example:


    /export/bea8/jdk142_06/bin/java -classpath /export/bea8/weblogic8/lib/weblogic.jar:. 
    weblogic.Deployer -undeploy -adminurl http://samplehost.sun.com:7001 
    -name /fm -username weblogic -password 11111111 -target myserver
  2. Hit Enter.