Skip to content

Service ID Crowd

cintiadr edited this page Jul 17, 2022 · 10 revisions

License

Free license renewed every year.

Description of the service

Interface between OpenLDAP and Atlassian products. It maintain a cache of ldap in memory/database.

How to access it

https://crowd.openmrs.org/

How to restart it

service crowd restart

Check that service is running

ps aux | grep crowd

If service is not running, check status with

service crowd status

If the service status complains of a pre-existing PID file, try manually stopping and then starting again:

service crowd stop

(wait 5-10 seconds)

service crowd start

You should see a java process entry when issuing ps aux | grep crowd (i.e., crowd service running)

How to setup new box

Ansible.

Logs location

/opt/crowd/apache-tomcat/logs/ /data/crowd_home/logs

Clone this wiki locally