Versions Compared

Key

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

...

  1. Download the Grouper Webservice tarball from http://www.internet2.edu/grouper/software.htmlImage Removed
  2. Extract the tarball to a directory, I will refer to this as GROUPER_WS_HOME
  3. Open the file GROUPER_WS_HOME/grouper-ws/build.properties and edit the following:
    grouper.dir - set it to your GROUPER_HOME, this will mean other file paths relative to grouper.dir will be correct
    tomcat.dir - set it to your TOMCAT_HOME (N.B. need to check what this does). This is optional, you can leave it as the default.
    tomcat.port - set it to the port your tomcat server is lisenting on the HTTP requests. This is optional, you can use it as the default.
  4. Open a command line and navigate to GROUPER_WS_HOME/grouper-ws
  5. Enter the command ant - this will build the webservice server and client components, using your existing Grouper coniguration files for the repository and source data connections

...

TBC, see the CXF client page for now

Further information:

https://spaces.at.internet2.edu/display/Grouper/Grouper+Web+ServicesImage Removed