...
- Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\jetty location.
- Take backup of jetty.xml file from the above-mentioned location.
- Go to the downloaded Adeptia Connect zip folder and copy jetty.xml file.
- Replace the existing file with the copied file at the following location: …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\jetty.
- In case, you have configured SSL certificate then update the jetty.xml file to configure the SSL certificate.
Changes in web.xml File
- Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\web\WEB-INF location.
- Take back up of web.xml file from the above-mentioned location.
- Go to the downloaded Adeptia Connect zip folder and copy web.xml.
- Replace the existing file with the copied file at the following location …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\web\WEB-INF.
- 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. - Do the same manual changes in the file that you have done in your previous launcher.properties file (that you had saved as backup).
- Save the file.
Changes in securityContext.xml File
...