This section lists the prerequisites and steps for applying and verifying this patch.
...
- Read and Write permissions on all sub-folders and files of .../AdeptiaConnect-<Version>.
- Take backup of apps.properties file from …<ConnectPortalInstallFolder>\resources_config location. This backup file will help you replicate the manual changes that you may have done in this file in the past before applying this patch.
- Take backup of web.xml file from …<ConnectPortal>\conf location. This backup file will help you replicate the manual changes that you may have done in this file in the past before applying this patch.
- Take backup of securityContext.xml file from ConnectPortal\resources_config\saml location. This backup file will help you replicate the manual changes that you may have done in this file in the past before applying this patch.
- Take backup of java.security file from .\AdeptiaConnect\ConnectPortal\jre\lib\security location. This backup will help you restore the file, if required.
- Connect Server services are running.
- Connect Portal service is stopped.
- Ensure that you have followed the Prerequisites' instructions given on the Upgrade page.
...
Go to ConnectPortal\resources_config\saml location.
Open securityContext.xml file.
Update the xsi:schemaLocation attribute as shown in the following code snippet.
Code Block language css theme Midnight 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.6.xsd http://www.springframework.org/schema/context classpath:org/springframework/context/config/spring-context.xsd">
- Save the file.
Changes in java.security
Download the attached java.security file from here.
- Paste the downloaded java.security file at .\AdeptiaConnect\ConnectPortal\jre\lib\security location.Restart the Connect Portal.
Anchor | ||||
---|---|---|---|---|
|
...