Versions Compared

Key

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

...

Create SSL certificates

See Configuring NGINX /wiki/spaces/CLUSTER44x/pages/9732195 for more information on how to configure this. The following is a sample set of instructions.

...

  • Point the user store to the new database that you create for this purpose.

    Code Block
    languagexml
    <Configuration>
    	<AddAdmin>true</AddAdmin>
    	<AdminRole>admin</AdminRole>
    	<AdminUser>
    		<UserName>admin</UserName>
    		<Password>admin</Password>
    	</AdminUser>
    
    
    	<EveryOneRoleName>everyone</EveryOneRoleName> <!-- By default users in this role sees the registry root -->
    	<Property name="isCascadeDeleteEnabled">true</Property>
    	<Property name="dataSource">jdbc/DS_USER_DB</Property>
    </Configuration>

...

Starting the server

  1. If you have configured a different database instead of the default

...

  1. , start the server using the following command.
    sh wso2server.sh -Dsetup

...

  1. To start the pack normally, use the following command.
    sh wso2server.sh or sh wso2server.sh start