Application Integration (On-Premises) : Incorporating web applications : Incorporating Web Applications into Integration Server : About Invoking Web Applications : Invoking a JSP from a Browser
Invoking a JSP from a Browser
To invoke a web application from a browser, use the following URL format:
http://hostName:portNum/web/packageName/fileName.jsp
Parameter
Description
hostName
Host name or IP address of the Integration Server on which the JSP resides.
portNum
Port number on which Integration Server listens for HTTP requests. The default is 5555.
packageName
Name of the package to which the JSP belongs. packageName must match the package directory in which the JSP resides within Integration Server_directory \instances\instance_name\packages on the server. If you do not specify a package name, the server looks for the JSP in the Default package.
This parameter is case sensitive.
fileName.jsp
Name of the file containing the JSP. This file name must have a “.jsp” extension and it must reside within the \web directory under the package directory named in packageName. If the JSP resides in a subdirectory of \web, include the name of that subdirectory in the file name (see example below).
This parameter is case sensitive.
Note:  
If you are using a war file, supply the name of the JSP file here, not the name of the war file.
Examples
*The following URL retrieves showorders.jsp from a package named ORDER_TRAK on a server named rubicon:
http://rubicon:5555/web/ORDER_TRAK/showorders.jsp
*The following URL retrieves showorders.jsp from the STATUS subdirectory in a package named ORDER_TRAK on a server named rubicon:
http://rubicon:5555/web/ORDER_TRAK/STATUS/showorders.jsp
*The following URL retrieves showorders.jsp from the Default package on a server named rubicon:
http://rubicon:5555/web/showorders.jsp
Note:  
If you provide a URL to a directory that does not contain a welcome file (for example, index.html), Integration Server displays a listing of the files in that directory. You can click a file to run the application associated with the file.
Copyright © 2015- 2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback