Versions Compared

Key

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

...

Info

We do not recommend starting WSO2 products as a daemon, because there is a known issue that causes automatic restarts in the wrapper mode. Instead, you can configure the heap memory allocations in the wso2server.sh script and run it using the nohup command. For example:

nohup ./wso2server.sh &

  1. Open a command prompt:
    • On Windows, choose Start -> Run, type cmd at the prompt, and press Enter.
    • On Linux/Solaris, establish a SSH connection to the server or log in to the text Linux console.
  2. Execute

    Execute one of the following commands,

    where

    where <PRODUCT_HOME>

    is

     is the directory where you installed the product distribution:

    • On Windows: <PRODUCT_HOME>\bin\wso2server.bat --run
    • On Linux/
  3. Solaris:
    • Solaris sh <PRODUCT_HOME>/bin/wso2server.sh
       
    Info

    If you want to provide access to the production environment without allowing any user group (including admin) to log into the management console, execute one of the following commands.

    • On Windows: <PRODUCT_HOME>\bin\wso2server.bat --run -DworkerNode
    • On Linux/Solaris: sh <PRODUCT_HOME>/bin/wso2server.sh -DworkerNode
    Info

    For additional options you can use with these startup commands, type -help after the command, such as: sh <PRODUCT_HOME>/bin/wso2server.sh -help

    The operation log appears. When the product server is running, the log displays the message "WSO2 Carbon started in 'n' seconds."

 

Running the Management Console
Anchor
run
run

...