...
Apart from the default profile, a server can have several other server profiles depending on the use cases.Example: Given below are the available profiles in WSO2 Application Server.
- default - : default profile
- worker - : This profile only consists of the back-end feature set of the Application Server. That is it does not include the management console related features of Application Server. This profile is used to start the server as a worker node, in a worker-manager setup.
...