Configuring the Actuate Java Component repository
Actuate Java Component provides the ability to organize, run, and view reports in a repository. You configure the security and repository for the Java Component using parameters in web.xml. The Java Component repository operates as a standalone or workgroup entity on the file system. Table 4-5 describes the configuration parameters for the Deployment Kit.
DEFAULT_WORKGROUP_FUNCTIONALITY_ROLE
Specifies how long a repository cache is valid. When the cache becomes invalid, any user actions refresh the cache for the duration. The default value is 900 seconds.
STANDALONE_ACCESS_MANAGER
Specifies the class of the security manager that controls access to Java Component functionality. The default value is com.actuate.iportal.repository.jar.localfs.LocalAccessManager.
STANDALONE_ALLOW_ANONYMOUS
Specifies whether access to Java Component functionality requires a user name. Valid values are true and false. The default value is true.
STANDALONE_ANONYMOUS_USERNAME
If the value of the STANDALONE_ALLOW_ANONYMOUS parameter is true, this parameter specifies the user name that denotes unauthenticated access to the Java Component application. The default value is anonymous.
STANDALONE_HOME_FOLDER
Specifies the root folder for users’ individual home folders in a repository. This folder is a subfolder of the repository root folder. The default value is /home.
STANDALONE_PUBLIC_FOLDER
Specifies the root folder for public documents in a repository. This folder is a subfolder of the repository root folder. The default value is /public.
STANDALONE_REPOSITORY_CLASS
Specifies the class that provides repository functionality to an Java Component application. The default value is com.actuate.iportal.repository.jcr.fs.FileSystemRepository.
STANDALONE_REPOSITORY_FILE_AUTHENTICATION
Specifies whether authentication controls access to Java Component functionality. Valid values are true and false. If the value is false, when an unknown user attempts to log in, the Java Component accepts the attempt and creates a home directory for the user. If the value is true, the Java Component uses the class defined by STANDALONE_ACCESS_MANAGER to validate the login attempt. The default value is false.
STANDALONE_REPOSITORY_PATH
Path to the repository for Actuate Java Component files. The default value is set when Java Component is installed.

Additional Links:

Copyright Actuate Corporation 2012