Documentation for Crowd 1.2. Documentation for other versions of Crowd is available too.

build.bat problems in Crowd 1.2.0 for Windows environments

There is a problem with build.bat in Crowd version 1.2.0. To fix the problem, please apply the patch described in CWD-638.
You will need to run build.bat if you want to change the port that Crowd uses or configure Crowd to use an external database.

Configuring Crowd

You can configure Crowd to suit your environment, as described in:

Important Files 

When configuring Crowd, there are two important files to be aware of:
  • build.properties — this is a configuration file that stores various deployment properties of Crowd and the demo application.
  • build.xml — this is an Ant script that loads properties from the build.properties configuration file.

When you change the port that Crowd uses or connect Crowd to an external database, you will need to edit  build.properties  and run  build.bat  (or  build.sh).

(info) When configuring an application to work with Crowd, you will be interested in the crowd.properties file.

For more details please see 4.1 Important Files.

Related Topics