Adding a Custom Privacy Policy Screen
In certain sites, Oracle Utilities Smart Grid Gateway will display a privacy policy to remind users of privacy rules at a site. The product allows for a custom HTML based page to be added by the site. The privacy page should be named privacy.html and placed in the cm directory so that the URL is:
https://<host>:<port>/<server>/cm/privacy.html
where:
<host>
Host name of the web application server used by the product.
<port>
Port number allocated to the web application server used by the product.
<server>
Server context allocated to web application server used by the product.
Refer to the Oracle Utilities SDK on how to add custom HTML to the product.
Once implemented the privacy statement can be obtained from the above URL or the following URL:
http://<host>:<port>/<server>/privacy
where:
<host>
Host name of the web application server used by the product.
<port>
Port number allocated to the web application server used by the product.
<server>
Server context allocated to web application server used by the product.