Starting and Stopping the Server Manager Console on WebSphere on the Microsoft Windows Platform

For Tools Release 9.1 Update 2, the supported WebSphere version is 7.0.

For Tools Release 9.1 Update 2.3 onwards, WebSphere version is 8.5.5.0 is also supported.

For Tools Release 9.2 Update 1 onwards, WebSphere version 9.0 is also supported.

When installing Server Manager Console on any version of WebSphere on Microsoft Windows, it is important to note that the installer does not configure the Server Manager Console as a Windows Service. Therefore, you must manually start and stop the Server Manager Console using the IBM utility called startServer.bat. This is also true for other JD Edwards EnterpriseOne components such as HTML Server, RTE Server, and BSSV Server.

To use the startServer.bat utility:

  1. These instructions assume the Server Manager Console was installed into WebSphere with these properties:

    • Installation Directory

      C:\IBM\WebSphere\AppServer

    • Profile to which the Server Manager Console is Installed

      AppSrv01

    • Name of the J2EE Container

      SMC_Server_ManagementConsole1

  2. Open a Microsoft Windows Command Prompt as an Administrator.

  3. Use this command to start the Server Manager Console:

    C:\IBM\WebSphere\AppServer\profiles\AppSrv01\bin\startServer.bat SMC_Server_ManagementConsole1

  4. Use this command to stop the Server Manager Console:

    C:\IBM\WebSphere\AppServer\profiles\AppSrv01\bin\stopServer.bat SMC_Server_ManagementConsole1