CURIMAP view
The CURIMAP view displays information about IBM CICS universal resource identifier (URI) maps, which define how HTTP requests are processed.
You can enable and disable a URIMAP and change its redirection type.
To display the CURIMAP view, issue the following command:
CURIMAP [region] [uriMap]
where region is the name of a target CICS region and uriMap is the eight-character ID of a URI map.
The following view is displayed:
COMMAND ===> SCROLL ===> CSR
CURR WIN ===> 1 ALT WIN ===>
>W1 =CURIMAP==========(ALL======*=======)ddmmmyyyy==hh:mm:ss====MVCICS===D====5
CMD URI Map Target Usage Enable Ref Host Path
--- Type Status Count
URIATM01 BCVCD660 ATOM DISABLED 0 host1base.test1+ /ROOT/BASE62
URICLI01 BCVCD660 CLIENT ENABLED 0 test1.test2.tes+ /ROOT/BASE62
URIPIP01 BCVCD660 PIPELINE DISABLED 0 host1base.test1+ /ROOT/BASE62
URIPIP02 BCVCD660 PIPELINE ENABLED 0 host1base.test1+ /ROOT/BASE62
URISRV01 BCVCD660 SERVER ENABLED 0 test1.test2.tes+ /pathroot/co
Actions
The CURIMAP view supports the following line command actions.
Line command | Description |
---|---|
DIS | Sets the URIMAP ENABLESTATUS option to DISABLED A disabled URIMAP can not be accessed by applications. |
ENA | Sets the URIMAP ENABLESTATUS option to ENABLED |
EDI | Displays a panel where you can specify a redirection type and URL location The redirect type can also be set by using the SET line command. |
NON | Sets the type of redirection to NONE for requests that match this URIMAP definition The URL for redirection is specified by the LOCATION option. |
PER | Sets the type of redirection to PERMANENT for requests that match this URIMAP definition The URL for redirection is specified by the LOCATION option. |
TEM | Sets the type of redirection to TEMPORARY for requests that match this URIMAP definition The URL for redirection is specified by the LOCATION option. |
SET | Lets you overtype the following fields with valid values:
Type the SET command, overtype the field, and then press Enter. The SET command is processed by the IBM EXEC CICS SET system programming interface (SPI) command. For information about the SPI command, see the IBM publication CICS Transaction Server for z/OS System Programming Reference. |
Related views
The following views provide additional URIMAP information.
View | Description |
---|---|
CURIMAPQ | To display a quick menu for URIMAPs, hyperlink from the URI Map field of the CURIMAP view. |
CURIMAPD | To display URIMAP server attributes, hyperlink from a Usage Type field that indicates SERVER on the CURIMAP view. |
CURIMAPA | To display URIMAP atom attributes, hyperlink from a Usage Type field that indicates ATOM on the CURIMAP view. |
CURIMAPC | To display URIMAP client attributes, hyperlink from a Usage Type field that indicates CLIENT on the CURIMAP view. |
CURIMAPP | To display URIMAP pipeline attributes, hyperlink from a Usage Type field that indicates PIPELINE on the CURIMAP view. |
CURIMAPJ | To display URIMAP JVMSERVER attributes, hyperlink from a Usage Type field that indicates JVMSERVER on the CURIMAP view. |
CURIMAPR | To display URIMAP resource signature data, hyperlink from the Resource Signature field of the CURIMAPQ quick menu. |
CURIMAPU | To display URIMAP usage and statistics, hyperlink from the Ref Count field on the CURIMAP view. |
CURIMAPZ | To display data that is summarized by the URI Map name, enter the SUM command on the CURIMAP view. |
Related topic