...
http://sagebionetworks.jira.com/wiki/display/PLFM/Setting+Up+Production+Crowd
Restarting Crowd
If the server goes down:
To check if Crowd is up, in web browser go to
https://crowd.sagebase.org:8443/crowd
You should see Crowd log-in page. If not then ssh in to crowd.sagebase.org as ec2-user, using the standard key for 'platform' owned ec2 instances, PlatformKeyPairEast
At the unix prompt:
ps -a
Should show one java process, if not
/usr/local/atlassian-crowd-2.2.7/start_crowd.sh
Now verify that the log-in page appears in your web browser.
The above instructions apply to 'crowd-dev.sagebase.org' as well as 'crowd.sagebase.org'.
How to run the Data Loader
...