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 information on this area,

...

...

Excerpt
hiddentrue

Instructions to deploy WSO2 Identity Server in production.