Starting with TopBraid release 5.3, there is now a new structure for storing the LDAP configuration for EDG and EVN. The reason for the change is to allow for multiple LDAP configurations for large enterprises. See 5.3 Release Notes
- Make a copy of $TOMCAT_HOME/webapps/edg/WEB-INF/web.xml where you can get it later.
- In the Server Configuration page of the Administrator pages, copy somewhere for reference and then remove the configuration parameters for LDAP.
- Delete $TOMCAT_HOME/webapps/edg.war. If Hot Deploy is enabled, wait for Tomcat to remove the edg folder. If not, then manually remove the folder and its contents. Make sure that $TOMCAT_HOME/work/Catalina/[host-name]/edg and its contents have been removed.
- Copy _new_ edg.war into the $TOMCAT_HOME/webapps/ directory and allow Tomcat to create the edg folder.
- Stop Tomcat.
- Copy the web.xml file saved from Step 1 into $TOMCAT_HOME/webapps/edg/WEB-INF/web.xml.
Start Tomcat. - In the Server Configuration page of the Administrator pages, re-enter the configuration parameters for LDAP.