Start of Content Area

Function documentation IGS Administration via Web Interface Locate the document in its SAP Library structure

Use

You can administrate your Web Dynpro Java IGS via a Web Interface.

Prerequisites

As of IGS 6.40 >= Patch 16, HTTP administration and monitoring is disabled by default. Just the message "SAP IGS is running" appears when calling the administration page. To enable the HTTP administration you have to add the parameter administration with the value "X" to the LISTENERHTTP entry in the igs.xml, e.g. <LISTENERHTTP port="8030" administration="X"/>.           

If the http listener is not required, SAP recommends to disable this function to prohibit access to the IGS. If this is not feasible, it is at least recommended to disable the administration functionality, if it is not needed. This is only possible by installing the latest IGS patch and is then configured automatically as described here.                           

Activities

To administrate your IGS via Web interface proceed as described:

·        You call the Web Interface with the URL http:/(hostname):(port) where hostname is the name of the machine where the IGS is installed and where port is the port of the http listener. You can find this information for IGS 6.40 in the IGS configuration file.

·        The available features of the administration via Web Interface are the same as of the administration with transaction SIGS or report GRAPHICS_IGS_ADMIN (see section IGS Administration with Transaction SIGS/Report GRAPHICS_IGS_ADMIN).

However, to get to pages different from the administration start page (Dump Display, Statistics etc.), you need to add an administration command to the URL.  All commands start with "ADM:" and are called with the syntax:

Http://<IGS host>:<IGS port>/<command>[<parameter>]

For example, you need to enter http://pgwdf134:8030//adm:getdump?src=mux to create a dump list.

Note 965201 describes all commands and the parameters that can be used within these commands.                   

End of Content Area