
Documentation for Crowd 2.4. Documentation for other versions of Crowd is available too.
Java Version |
|
|---|---|
Sun JDK (1) |
|
Operating Systems |
|
Microsoft Windows (2) | |
Linux / Solaris (2) | |
Apple Mac OS X (2) | |
Application Servers |
|
Apache Tomcat (3) |
|
Databases |
|
MySQL (4) |
|
Oracle |
|
PostgreSQL |
|
Microsoft SQL Server |
|
HSQLDB (5) |
|
Web Browsers |
|
Microsoft Internet Explorer (Windows) |
|
Mozilla Firefox (all platforms) |
|
Safari |
|
Opera |
Notes:
1. JDK:
2. Operating systems: Crowd is a pure Java application and should run on any platform provided the Java runtime platform requirements are satisfied.
3. Tomcat: Deploying multiple Atlassian applications in a single Tomcat container is not supported. We do not test this configuration and upgrading any of the applications (even for point releases) is likely to break it. There are also a number of known issues with this configuration. See this FAQ for more information.
There are also a number of practical reasons why we do not support deploying multiple Atlassian applications in a single Tomcat container. Firstly, you must shut down Tomcat to upgrade any application and secondly, if one application crashes, the other applications running in that Tomcat container will be inaccessible.
Finally, we recommend not deploying any other applications to the same Tomcat container that runs Crowd, especially if these other applications have large memory requirements or require additional libraries in Tomcat's lib subdirectory.
4. MySQL: Please ensure that you set transaction isolation to 'read-committed' instead of the default 'repeatable-read', as described in the database configuration guide.
5. HSQLDB: Crowd ships with a built-in HSQL database, which is fine for evaluation purposes but is somewhat susceptible to data loss during system crashes. For production environments we recommend that you configure Crowd to use an external database.