Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The Management Console uses the default HTTP-NIO transport, which is configured in the <EMM_HOME>/repository/conf/tomcat/catalina-server.xml file. ( <EMM_HOME> is the directory where you installed the WSO2 product you want to runEMM. ) You must properly configure the HTTP-NIO transport in this file to access the Management Console. For more information on the HTTP-NIO transport, see the WSO2 Carbon documentation on HTTP-NIO.

...

Follow the instructions below to start your WSO2 product based on the Operating System you use.:

On Windows/Linux/Mac OS

To start the server, you run <EMM_HOME>/bin/wso2server.bat (on Windows) or <EMM_HOME>/bin/wso2server.sh (on Linux/Mac OS) from the command prompt as described below. Alternatively, you can install and run the server as a Windows or Linux service (see the related topics section at the end of this page).

  1. Open a command prompt by following the instructions below.:
    • On Windows: Click click Start ->  Run, type cmd at the prompt, and then press Enter.
    • On Linux/Mac OS: Establish establish an SSH connection to the server, log in on to the text Linux console, or open a terminal window.
  2. Navigate to the <EMM_HOME>/bin/ directory using the Command Prompt.
  3. Execute one of the following commands:
    • To start the server in a typical environment:
      • On Windows:  wso2server.bat --run
      • On Linux/Mac OS:  sh wso2server.sh

    • To start the server in the background mode of Linux: sh wso2server.sh start
      To stop the server running in this mode, you will enter: sh wso2server.sh stop

    • To provide access to the production environment without allowing any user group (including admin) to log into the Management Console:

      • On Windows: wso2server.bat --run -DworkerNode
      • On Linux/Mac OS: sh wso2server.sh -DworkerNode
    • To check for additional options you can use with the startup commands, type -help after the command, such as: 
      sh wso2server.sh -help (see the related topics section at the end of this page).
  4. The operation log appears in the command window. When the product server has successfully started, the log displays the message "WSO2 Carbon started in 'n' seconds".

...

To start the server, you run <EMM_HOME>/bin/wso2server.sh (on Solaris) from the Command Prompt as described below. 

...

  1. Anchor
    instructions
    instructions
    Click Launch -> Run Applications, type dtterm at the Prompt, and then press Enter, to open a Command Prompt.
  2. Navigate to the <EMM_HOME>/bin/ directory  directory using the Command Prompt.
  3. Execute the following command: bash wso2server.sh
  4. The operation log appears in the command window. When the product server has successfully started, the log displays the message "WSO2 Carbon started in 'n' seconds".

...

Working with the URL

The URL appears next to “Mgt Mgt Console URL” URL in the start script log that is displayed in the command window. For example:

Image Removed

The URL should be in the following format: https://<Server Host>:9443/carbon

For example:

Image Added

You can use this URL to access the Management Console on this computer from any other computer connected to the Internet or LAN. When accessing the Management Console from the same server where it is installed, you can type localhost instead of the IP address as follows: https://localhost:9443/carbon

...