-
Notifications
You must be signed in to change notification settings - Fork 251
Upgrading
#Upgrade PWM:
##Linux
-
Stop the tomcat service
-
Copy your pwm application directory to a location outside of tomcat
-
Additional measure: Copy /WEB-INF/PwmConfiguration.xml and /WEB-INF/LocalDB to a location outside of tomcat
-
If you made other changes, such as sql drivers/jars, theme, copy those also. You can also add those to tomcats global lib directory so that you don't always have to copy them off.
-
Delete the existing pwm directory and pwm.war from tomcats webapps directory
-
Delete pwm directory from tomcats /work folder , such as /var/lib/tomcat7/work/Catalina/localhost/pwm which is a symlink to /var/cache/tomcat7/Catalina/localhost/pwm
-
Copy the new pwm.war to tomcats webapps directory
-
Start Tomcat and let it deploy the new application. Wait until it finishes and then Stop tomcat.
-
Copy LocalDB and PwmConfiguration.xml back to webapps/pwm/WEB-INF/
-
Start tomcat
##Windows