Accessing BIRT Studio using a URI
BIRT Studio is a web application that is initiated by a Java servlet. The BIRT Studio servlet manages binary content and performs tasks such as uploading and downloading binary files.
You invoke the BIRT Studio servlet using the following syntax:
http://<application server>:<port>/<context root>/wr
where

application server is the name of the machine hosting the application server.

port is the port on which the application server listens for requests.

context root is the BIRT 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 C:\Program Files\Actuate\iPortal2\iportal\WEB-INF.
Servlet names are case‑sensitive. Do not modify the servlets, their names, or their mapping in web.xml.