Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Code Block
languagehtml/xml
<role rolename="grouper_user"/>
<user username="GrouperSystem" password="GrouperSystem" roles="grouper_user"/>

Wiki Markup2. Open up a command prompt, and navigate to grouper/grouper directory and execute: start-hsql.\[sh\|bat\]. This will spin up an HSQL database instance. Keep this running in the background.

3. Navigate to http://localhost:8080/GroupsManager, authenticate with GrouperSystem/GrouperSystem and you should see the grouper home page.

Debugging

Wiki Markup1. In your Tomcat\bin directory, locate the startup.\[bat\|sh\] and include the following lines at the top:

Code Block
languagebash
set JPDA_ADDRESS=8000
set JPDA_TRANSPORT=dt_socket

...