Versions Compared

Key

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

This section lists the prerequisites and steps for applying and verifying this patch.

...

Expand
titleWhen upgrading from AC v3.6.11

Upgrading from AC v3.6.11

Changes in securityContext.xml

  1. Go to <ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etcConnectPortal\resources_config\saml location.

  2. Open securityContext.xml file.

  3. Update the xsi:schemaLocation attribute as shown in the following code snippet. 

    Code Block
    languagecss
    themeMidnight
    xsi:schemaLocation="http://www.springframework.org/schema/beans classpath:org/springframework/beans/factory/xml/spring-beans.xsd
    http://www.springframework.org/schema/security classpath:org/springframework/security/config/spring-security-5.7.xsd
    http://www.springframework.org/schema/context classpath:org/springframework/context/config/spring-context.xsd">


  4. Save the file.

Changes in launcher.properties

  1. Go to …<ConnectPortalInstallFolder>\ConnectPortal\conf location.

  2. Copy the launcher.properties file from patch location, and paste it at …<ConnectPortalInstallFolder>\ConnectPortal\conf location.
  3. Open the copied file and make the same manual changes in the file that you have done in your previous launcher.properties file (that you had saved as a backup).
  4. Save the file.

...