Hitachi

uCosminexus Application Server Command Reference Guide


B.4 Unsetting up J2EE servers

This subsection describes the unsetup of J2EE servers configuring an Application Server system. The procedure for unsetting up a J2EE server is explained for each OS.

Organization of this subsection

(1) In Windows

To unset up a J2EE server in Windows:

  1. Move the current directory using the following command:

    cd Cosminexus-installation-directory\CC\server\bin

  2. Specify -d in the argument of the cjsetup command, and unset up the J2EE server.

    cjsetup -d server-name

    An example of unsetting up a J2EE server is as follows. In this example, the Cosminexus installation directory is C:\Program Files\Hitachi\Cosminexus, and the server name is MyServer.

    C:\>cd C:\Program Files\Hitachi\Cosminexus\CC\server\binC:\Program Files\Hitachi\Cosminexus\CC\server\bin>cjsetup -d MyServer

(2) In UNIX

To unset up a J2EE server in UNIX:

  1. Specify -d in the argument of the cjsetup command, and unset up the J2EE server. You must have the root permission (when the Component Container Administrator is not set up), or the permission of the Component Container Administrator (when the Component Container Administrator is set up), to execute the command.

    /opt/Cosminexus/CC/server/bin/cjsetup -d server-name

    An example of unsetting up a J2EE server is as follows. In this example, the server name is MyServer.

    /opt/Cosminexus/CC/server/bin/cjsetup -d MyServer