Accessing RTC artifact as web resource
What I want to be able to do is access XML schemas I have defined and stored in RTC via URLs that are linked from other web pages, preferably without consumers having to authenticate. E.g from design documents etc.
I know it is relatively straight forward with SVN or GIT.
Can this be done using Jazz?
|
One answer
If you can use 1 generic RTC user ID/pwd, you could always use the "source control" menu on the website to give access to the latest on a stream, or some previously defined baseline. However, the user would need to login via the generic ID/pwd.
Or, you "could" load a workspace on a seperate web server, then have a JBE build process that accepts changes and loads the workspace on some schedule.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi Jerome, I understand you want to be able to fetch the contents of 1 file that is under RTC SCM, and display that file content on an external web page/site that you are building.