Versions Compared

Key

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

...

Code Block
ProxyPass /grouper_v2_3/ ajp://localhost:8131/grouper_v2_3/
 
ProxyPass /grouper-ws_v2_3/ ajp://localhost:8141/grouper-ws_v2_3/
 
#match anything that is not grouperExternal
<LocationMatch ^/grouper_v2_3[^/]*/(?!grouperExternal/).*>
  AuthType shibboleth
  ShibRequestSetting requireSession 1
  require valid-user
</LocationMatch>

#match anything that is grouperExternal, note, this could be a different authn system
<LocationMatch ^/grouper_v2_3[^/]*/grouperExternal/.*>
  AuthType shibboleth
  ShibRequestSetting requireSession 1
  require valid-user
</LocationMatch>
 
<LocationMatch ^/grouper-ws_v2_3.*>
  AuthType Basic
  AuthName "By Invitation Only"
  AuthUserFile /etc/httpd/conf.d/users.pass
  Require valid-user
</LocationMatch>

  

Point the config files to point to new database:

  • edit the three grouper.hibernate.properties files
  • edit the UI URL 
  • change the log4j.properties