Versions Compared

Key

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

...

Please refer to Apache Tomcat documentation for more advanced setup and instructions.

Internal storage

By default, the standalone distribution is configured for using an in-memory database instance. This means that every time Tomcat is shut down all changes made are lost.

If you want instead to make your changes persistent, replace

Code Block

jpa.url=jdbc:h2:mem:syncopedb;DB_CLOSE_DELAY=-1 

with

Code Block

jpa.url=jdbc:h2:syncopedb 

in webapps/syncope/WEB-INF/classes/persistence.properties from the Apache Tomcat directory.

Please refer to H2 documentation for more options.

Components available

The set of available components, including access URLs and credentials, is the same as report for embedded mode.