
Documentation for Crowd 2.5. Documentation for other versions of Crowd is available too.
The Crowd Home directory is where Crowd will store its configuration information. If you are using the embedded HSQL database, supplied for evaluation purposes, Crowd will also store its database in this directory. (Note however that the CrowdID database will be in the installation directory, not the Home directory.) To specify the Crowd Home directory:
crowd-init.properties file.# at the beginning of the line.On Windows:
crowd.home=c:/data/crowd-home
Note: On Windows, make sure you use forward slashes as shown above, not backward slashes.
On Mac and UNIX-based systems:
crowd.home=/var/crowd-home
Important
Please, ensure that the Crowd Home directory will not match the Crowd installation directory.
crowd-init.properties file.It is also possible to define the crowd.home property as a Java system or Servlet Context parameter.
Use the following format for your Java parameter:
-Dcrowd.home=/var/crowd-home
You could add it to the setenv.sh or setenv.bat file supplied with the Crowd distribution (not Crowd EAR-WAR).
The following configuration XML can be added to the crowd-standalone-install/apache-tomcat/conf/Catalina/localhost/crowd.xml context file
to set the crowd.home property:
<Parameter name="crowd.home" value="/var/crowd-home" override="false"/>