Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

To execute these commands the server needs to either be started using startup.cmd (on Windows) or debug.sh (on Linux) which provides access to the osgi prompt directly. Or, for situations where Weave is started as a background service, telnet access must be enabled, allowing the osgi console to be remotely connected to using a suitable telnet client. Information on the enabling telnet access to the Weave console is available here.

Updating to the new Database user storage option

It appears that the method we were using to store bookmarks and redlines wasn't robust under load, so it's been replaced by one that stores this information in a database.

If you're running version 2.4.16 you're already using this update, those on earlier versions can follow these instructions to update without having to upgrade to 2.4.16.

The updated bundle is available at:
com.cohga.server.user.storage.db_1.4.2.jar

To use this you must:

  • export the existing settings using ustorage save at the osgi prompt
  • stop the server
  • remove the older com.cohga.server.user.storage.osgi bundle from platform\plugins
  • install the newer com.cohga.server.user.storage.db bundle to platform\plugins
  • replace com.cohga.server.user.storage.osgi with com.cohga.server.user.storage.db in platform\configuration\config.ini
  • clean out the platform\configuration directory (except config.ini)
  • start the server
  • import the existing settings using ustorage load at the osgi promot

Upgrading from 2.3 to 2.4

...