This page last changed on Jun 02, 2008 by smaddox.

See bug PL-242.

In the plugin configuration panel, you provide a URL for your Crucible server. When attempting to access Crucible, the plugin appends the string '/rest-service/' to the URL provided in the plugin configuration panel. The resulting URL is the REST endpoint of the Crucible instance. Therefore, you should enter just the base URL for your main Fisheye+Crucible website.

Example:

  • Let's say that the URL for your main Fisheye+Crucible website is http://your.host, and the URL for your Crucible server is http://your.host/cru.
  • In the plugin configuration panel, you should enter the following as the connection URL:
    http://your.host
  • The resulting REST endpoint that the plugin tries to reach will be http://your.host/rest-service.

The situation can become even more complicated when the Crucible server is fronted by Apache acting as a proxy. Mappings for Crucible URLs can be configured in an unpredictable way, resulting in weird '404' errors.

Document generated by Confluence on Jun 12, 2008 19:59