Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • v2.1.2: Update the grouperClient.jar
  •  

Grouper UI

  • Merge the web.ajax.xml and web.core.xml if you made changes
  • The  The status servlet is available in the UI.  If you want to take advantage of this, you might need to map a new URL if your diagnostics app (e.g. nagios) cannot authenticate.  on the demo server this is what was changed in the apache config, then bounce apache, and you can see status here: https://grouperdemo.internet2.edu/grouperstatus_v2_2/status?diagnosticType=sourcesImage Removed
Code Block
FROM:

ProxyPass /grouper_v2_2/ ajp://localhost:8111/grouper_v2_2/



TO: (note, new config is above old config since more specific, to avoid apache warning)

# unauthenticated status
ProxyPass /grouperstatus_v2_2/status ajp://localhost:8111/grouper_v2_2/status

ProxyPass /grouper_v2_2/ ajp://localhost:8111/grouper_v2_2/



...