To run WSO2 Enterprise Store (ES), you start the product server at the command line. You can then run the ES Publisher (Back Office), to configure and manage the store assets; while you can use the Store as an asset catalog. You can then run the ES Management Console to configure and manage the product.
...
Starting the server
Tip |
---|
If you want your dynamic changes on asset type RXTs to take place as a hot deployment in ES, then first enable asset hot deployment before starting the server. For more information, see Asset Type Hot Deployment. |
Follow the instructions below to start WSO2 ES based on the Operating System that you use.
...
Click Launch -> Run Applications, typeAnchor instructions instructions dtterm
at the Prompt, and then press Enter, to open a Command Prompt.- Navigate to the
<ES_HOME>/bin
directory using the Command Prompt. Execute the following command:
Code Block 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".
Info | ||||||
---|---|---|---|---|---|---|
You need to do the following modification to the Open the <ES_HOME>/bin/wso2server.sh file, to start the product as a service/in nohup mode on Solaris.If you are starting the product in service/nohup mode in Solaris, do the following:
Code Block |
Code Block |
|
Accessing the ES Consoles
...