Difference between revisions of "Migration from 5.0-RC1 to 5.0"
From OpenKM Documentation
Line 1: | Line 1: | ||
− | Stop JBoss and replace the $JBOSS_HOME/server/default/deploy/OpenKM.war archive with the last one. Before start JBoss, edit the OpenKM.cfg and set: | + | Stop JBoss and replace the ''$JBOSS_HOME/server/default/deploy/OpenKM.war'' archive with the last one. Before start JBoss, edit the OpenKM.cfg and set: |
<source lang="java"> | <source lang="java"> |
Revision as of 14:01, 1 December 2010
Stop JBoss and replace the $JBOSS_HOME/server/default/deploy/OpenKM.war archive with the last one. Before start JBoss, edit the OpenKM.cfg and set:
hibernate.hbm2ddl=update
Also change the configuration property from
system.openoffice
to
system.openoffice.path
Go to Administration and Database query. Execute this SQL query:
ALTER TABLE OKM_MIME_TYPE DROP COLUMN MT_ACTIVE;
Now go to Mime types and click on reset to refresh the mime type icons.