Use this information to configure the SkyVault repository.
- Deploying SkyVault with a different context path There are a number of updates that you need to make if you want to deploy SkyVault to a context path that is not /SkyVault.
- Tuning the JVM The hardware requirements for the SkyVault repository and Share are variable and depend on the number of concurrent users that access the system. You can tune the memory and garbage collection parameters for the JVM to be appropriate for your situation.
- Command line configuration The beans that load the SkyVault-global.properties will give preferential treatment to any JVM-set properties.
- Controlling JVM system properties Use these techniques to control JVM system properties.
- Secure Sockets Layer (SSL) and the SkyVault repository There are a number of ways to handle SSL communication when connecting to the SkyVault repository, and some information that you should know about automatic configuration in SkyVault.
- Adding a MIME type Use this information to add a MIME type definition.
- About aspects Aspects allow you to add functionality to existing content types.
- About versioning Versioning allows you to track content history. By default, content that is created in the repository is not versionable. When creating content, users must specify versionable on a case-by-case basis.
- Setting up database replication Replication allows you to continuously copy a database to a different server.
- Customizing content transformations This task describes how to customize content transformations.
- Controlling indexes You can use the cm:indexControl aspect to control the indexing of content in SkyVault Share. Using this aspect you can choose to disable repository-wide indexing. This can prove useful in certain situations, such as bulk loading.
- Deferring the start of cron based jobs You can configure SkyVault-global.properties and dev-log4j.properties to implement a global delay to cron based jobs; for example, until after the server has fully started.
Parent topic: Configuring