Customizing Actuate Information Console : Introducing Actuate Information Console : About Actuate Information Console architecture : Working with Actuate Information Console URIs
 
Working with Actuate Information Console URIs
Actuate Information Console Uniform Resource Identifiers (URIs) convey user requests to the Actuate BIRT iHub System. URIs access functionality including generating and storing reports, managing volume contents, and viewing reports.
About Actuate Information Console URIs
Actuate Information Console URIs consist of the context root and port of the web server where you install and deploy the JSPs or servlets. Actuate Information Console URIs have the following syntax:
http://<web server>:<port>/iportal/<path><page>.<type>
[?<parameter=value>{&<parameter=value>}]
*<web server> is the name of the machine running the application server or servlet engine. You can use localhost as a trusted application’s machine name if your local machine is running the server.
*<port> is the port on which you access the application server or page or servlet engine. The default port for Information Console installed separately is 8700, while the BIRT iHub embedded version uses 8900 by default.
*iportal is the default context root for accessing the Actuate Information Console pages.
*<path> is the directory containing the page to invoke.
*<page> is the name of the page or method.
*<type> is jsp or do.
*<parameter=value> specifies the parameters and values that the page requires.
For example, to view the login page, Actuate Information Console uses a URI with the following format:
http://<web server>:<port>/iportal/login.jsp?TargetPage=<folder/file>
*iportal/login.jsp is the JSP that provides default login functionality for Information Console.
*TargetPage is the viewframeset.jsp parameter that specifies the page to direct the user to after the login completes.
*<folder/file> is the complete pathname for the file that the client opens after the login completes.