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.

By default, Crowd is configured to use port 8095. If this port is already in use within your network, you will need to change the port that Crowd uses.

To change the Port that Crowd uses,

  1. Edit the  build.properties  file, as described in 4.1 Important Files.
  2. Change the crowd.url property to the new port on which the Crowd Application Console will be accessed.
  3. Change the demo.url property to the new port on which the Crowd 'demo' application will be accessed.
  4. Change the openidserver.url property to the new port on which the CrowdID Server will be accessed.
  5. Run the  build.xml  script, as described in 4.1 Important Files.

関連トピック