2.3.1 Specifying the Repository Directory
The default location for the repository directory is the root of the classpath (i.e., the WEB-INF/classes directory). To use this location, no further settings are required.
To specify a different location for the repository directory, set the context parameter sree.home in the web.xml file of the Style Intelligence webapp. For example, to use a directory called C:/SRConfigFiles as the repository, add the following context parameter:
<context-param>
<param-name>sree.home</param-name>
<param-value>C:/SRConfigFiles</param-value>
</context-param>
| << 2.3 Repository Directory | © 1996-2013 InetSoft Technology Corporation (v11.4) | 2.3.2 Creating a Clean Repository Directory >> |