Actuate Information Console reference : Actuate Information Console servlets : Information Console Java servlets overview : Invoking a servlet
 
Invoking a servlet
Invoke servlets using the following syntax:
http://<application server>:<port>/<context root>/servlet/<servlet alias>
*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 Information Console context root.
*servlet is a keyword indicating that a servlet follows.
*servlet alias is the name to which the servlet is mapped in the Information Console installation’s web.xml file. A typical location for web.xml is C:\Program Files (x86)\Actuate\iPortal2\iportal\WEB-INF\web.xml.
Servlet names are case-sensitive. Do not modify the servlets, their names, or their mapping in web.xml.