Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

External Content widget - how to specify an HTML file (not http)

 I have an HTML file that is automatically saved to a folder on the network at specific intervals. I would like to add a widget to a dashboard that loads this HTML file. The proper widget appears to be the External Content widget. Unfortunately, either I have the syntax wrong or that widget cannot load from a file. I am using what I believe is the appropriate URI syntax:

file://SERVER/folder/folder/folder/FileName.htm

but it produces an error:

CRRDV0001E The URL ...  is invalid. The specified uniform resource locator (URL) does not conform to the 'URI Generic Syntax' (RFC 3986) specification: http://www.ietf.org/rfc/rfc3986.txt. Open the widget settings area and specify a valid URL.

Do I need to alter my syntax or does External Content simply not support html files without http?

0 votes



One answer

Permanent link
file:// means file system.. so you would have to be disk sharing (samba for Linux)
(including this machines local volumes outside the tomcat/web server folders)
and mounted the remote volume on this server somehow. AND for web app servers, they usually do not allow access outside the app server folder (for security reasons)

otherwise you need an HTTP server 

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,121
× 84

Question asked: Jan 12 '15, 3:18 p.m.

Question was seen: 4,468 times

Last updated: Jan 12 '15, 4:12 p.m.

Confirmation Cancel Confirm