Versions Compared

Key

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

...

  1. Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\jetty location.
  2. Take backup of jetty.xml file from the above-mentioned location.
  3. Go to the downloaded Adeptia Connect zip folder and copy jetty.xml file.
  4. Replace the existing file with the copied file at the following location: …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\jetty.
  5. In case, you have configured SSL certificate then update the jetty.xml file to configure the SSL certificate.


Changes in web.xml File

  1. Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\web\WEB-INF location.
  2. Take back up of web.xml file from the above-mentioned location.
  3. Go to the downloaded Adeptia Connect zip folder and copy web.xml.
  4. Replace the existing file with the copied file at the following location <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\web\WEB-INF.
  5. Open the replaced file and do the following changes:If you had uncommented the following tag in the replaced file will comment it, therefore you need to uncomment it again:
     <!--<security-constraint>
            <web-resource-collection>
            <web-resource-name>Protected Context</web-resource-name>
            <url-pattern>/*</url-pattern>
            </web-resource-collection>
            <user-data-constraint>
            <transport-guarantee>CONFIDENTIAL</transport-guarantee>
            </user-data-constraint>
        </security-constraint>-->Open web.xml file.
  6. Do the same manual changes in the file that you have done in your previous launcher.properties file (that you had saved as backup).
  7. Save the file.

Changes in securityContext.xml File

...