Migration from v1.2 to v1.3
-
Go to OpenKM Administration > Utilities > Database query and execute:
insert into OKM_CONFIG (CFG_KEY, CFG_TYPE, CFG_VALUE) values ('edx.url', 'string', 'http://localhost:8080/edx'); -
Stop Tomcat and replace the WAR
-
Replace the edx-plugins.jar archive in $TOMCAT_HOME/plugins
-
Start Tomcat again