Accessing Report Studio using a URI
Report Studio is a web application that is initiated by a Java servlet. The Report Studio servlet manages binary content and performs tasks such as uploading and downloading binary files.
You invoke the Report Studio servlet using the following syntax:
http://<web server>:<port>/<context root>/wr
*web server is the fully qualified domain name or IP address of the machine hosting the web or application server.
*port is the port on which the application server listens for requests.
*context root is the Report Studio context root.
*wr is the name to which the servlet is mapped in the web application’s web.xml file. A typical location for web.xml is <context root>\WEB-INF.
Servlet names are case‑sensitive. Do not modify the servlets, their names, or their mapping in web.xml.