Each of our Engage apps in Kettle should root themselves at an /engage/[app-name], and not steal the root URL
Description
At the moment, Artifact View roots itself at /, and registers a handler there. The kettleDemo also does this, and it causes them to bash into each other. To be safe, we should make sure that each app is rooted in a reasonable, self-contained spot.
Environment
None
Activity
Show:
Justin Obara November 10, 2009 at 4:59 PM
Closed as per previous comment
Colin Clark October 9, 2009 at 10:38 PM
This was fixed by me at r8276 by mounting View and Browse at the following URLs:
/artifacts/view.html and /artifacts/browse.html for the markup feeds /artifacts/view.json for /artifacts/browse.json the data feeds
At the moment, Artifact View roots itself at /, and registers a handler there. The kettleDemo also does this, and it causes them to bash into each other. To be safe, we should make sure that each app is rooted in a reasonable, self-contained spot.