Versions Compared

Key

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

...

3. The program shows that JAVA_HOME is set to the JDK installation path, for example, JAVA_HOME=:c\Program Files\java\jdk1.6.0_27.
This means that JAVA_HOME was set up correctly.

Step 5. Execute Start Script

In order to launch the management console, it is necessary to execute the start script wso2server.bat from the bin folder.

1. Access Windows command prompt (go to "Start" -> "Run" and type "cmd" without quotes. Press "Enter").

2. Execute the following command:

Code Block
cd <PRODUCT_HOME>\bin

where <PRODUCT_HOME> is the installation folder of the product. For example, c:\wso2\wso2bam-2.0.0\bin.

3. Execute the following command:

Code Block
wso2server.bat --run

4. The operation log will be displayed. For example,

Image Removed

If the server is started and running, a message appears as "WSO2 Carbon started in 'n' seconds."

Step 6. Stopping the Server

To stop the running server, simply hit Ctrl-C in the command window or choose the "Shutdown/Restart" link on the left-hand menu of the product's Management Console.

For information on accessing the Management Console, refer to section Running the Product.You are now ready to run the product.

 

Excerpt
hiddentrue

Instructions to install WSO2 ESB on windows and start the server.