...
Info |
---|
The Management Console uses the default HTTP-NIO transport, which is configured in the |
...
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).
- 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.
- Navigate to the
<EMM_HOME>/bin/
directory using the Command Prompt. - 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
- On Windows:
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
- On Windows:
- 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). 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.
...
Click Launch -> Run Applications, typeAnchor instructions instructions dtterm
at the Prompt, and then press Enter, to open a Command Prompt.- Navigate to the
<EMM_HOME>/bin/
directory directory using the Command Prompt. - Execute the following command:
bash wso2server.sh
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:
The URL should be in the following format: https://<Server Host>:9443/carbon
For example:
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
...