SkyVault includes the concept of subsystems. Overall defaults for subsystem properties are set in the SkyVault-global.properties file.
When you upgrade from releases prior to Version 3.2, the recommendation is that you move all your repository and database configurations from the <extension>custom-repository.properties file to the SkyVault-global.properties file.
For example, you should move the configuration settings for the following properties:
- Sample custom content and index data location property:
- dir.root=
- Sample database connection properties:
- db.name=
- db.username=
- db.password=
- db.host=
- db.port=
- External locations for third-party products:
- ooo.exe=soffice
- img.root=./ImageMagick
- swf.exe=./bin/pdf2swf
- Database connection properties:
- db.driver=
- db.url=
When you have moved your configurations, delete the custom-repository.properties file and the associated Spring context file custom-repository-context.xml, then restart the server for the settings to take effect.
If you currently have configuration using any of these services, it is recommend that you move or reconfigure them using the new SkyVault-global.properties configuration. This new method simplifies the setup and maintenance of these systems and it also simplifies future upgrades.
system.workflow.engine.jbpm.enabled=true system.workflow.engine.jbpm.definitions.visible=trueHowever, the jBPM workflow definitions will be hidden by default, so new jBPM workflows cannot be started.