...
Starting a specific server profile
Start You can generally start the server with the server profile name given as the input parameter as shown below.
Code Block |
---|
./wso2Server.sh -Dprofile=<profileName> |
However, if you want to start the server as a worker node (Worker profile), it is recommended to set the profile in the product startup script as a system property as shown below.
Code Block |
---|
'-DworkerNode=false' |