This section describes how to configure the SkyVault repository.
- 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.
- Configuring SkyVault to work with a web proxy This topic describes the standard JVM system properties that you can use to set proxies for various protocol handlers, such as HTTP and HTTPS. These properties are used by Surf and all other parts of the system that make http call-outs.
- Controlling JVM system properties This topic describes how 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.
- Configuring the repository cache The SkyVault repository provides in-memory caches. These caches are transaction safe and can be clustered. Caches greatly improve repository performance but they use Java heap memory.
- Adding a MIME type Use this information to add a MIME type definition.
- Configuring metadata extraction Metadata extraction automatically extracts metadata information from inbound and/or updated content and updates the corresponding nodes properties with the metadata values.
- About aspects Aspects allow the addition of 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 This section provides instructions on how to index content using the cm:indexControl aspect.
Parent topic: Configuring SkyVault