To update the Apache Tomcat configuration, complete the following steps.
Note: Before proceeding with the steps below, ensure that a backup
is taken of the Tomcat installation area.
- Ensure that all dependent systems are not being used. If required, stop the relevant services and/or websites.
- Stop the Apache Tomcat service.
- Create a new folder called shared under the lib folder within the Tomcat installation area.
- Browse to the Apache Tomcat folder where ALE Learnset Manager is installed. Example: "...\WEB-INF\lib\".
- Move the columbusJNI.jar file from the location in step 4 to the new folder created in step 3.
- Browse to the conf folder within the Tomcat installation area and open the catalina.properties files in a text editor.
- Search for the shared.loader entry and update this as follows: shared.loader="${catalina.base}/lib/shared","${catalina.base}/lib/shared/*.jar","${catalina.home}/lib/shared","${catalina.home}/lib/shared/*.jar"
- Restart the Apache Tomcat service.
- Restart any services or websites stopped in step 1.