Versions Compared

Key

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

...

  • Open <IS_HOME>/repository/conf/tomcat/catalina-server.xml file and change the HTTP and HTTPS ports in the <connector> elements.

    Code Block
    languagehtml/xml
     <Connector  protocol="org.apache.coyote.http11.Http11NioProtocol"
                   port="9763"
                   ...
    />
    
    <Connector  protocol="org.apache.coyote.http11.Http11NioProtocol"
                   port="9443
                   scheme="https"
                   ...
    />
Excerpt
hiddentrue

Instructions to deploy WSO2 Identity Server in production.

Configuring Security

After you install WSO2 IS, it is recommended to change the default security settings according to the requirements of your production environment. For more infromation on more information on this area, see see Configuring Security that is under the product administration guide. 
For more information on the product administration settings and recommendations, see the the Product Administration guide.

Excerpt
hiddentrue

Instructions to deploy WSO2 Identity Server in production.