Mode - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

image: Serves documents from the firmware image (image:) directory
store:
temporary:
Examples
v Specifies that the current HTTP service serves documents from the temporary:

mode

Specifies the operational mode of the current HTTP service.
Syntax
mode {normal | echo}
Parameters
echo
normal
Examples
v Creates the echoServer loopback HTTP service that monitors port 8888 on all
(Default) Serves documents from the general storage (store:) directory
Serves documents from the temporary (temporary:) directory
directory.
# local-directory temporary:
#
Places the HTTP service in loopback mode.
Returns the requested document.
active Ethernet interfaces.
Creates two XSL Proxy services (Proxy-1 and Proxy-2) with a remote address of
127.0.0.1 (standard IP loopback address) and port 8888 (the echoServer loopback
HTTP service).
# httpserv echoServer
New HTTP Service configuration
# mode echo
# ip-address 0
# port 8888
# exit
#
# xslproxy Proxy-1
New XSL Proxy configuration
# ip-address 0
# port 9222
# remote-address 127.0.0.1 8888
# xml-manager mgr1
# stylesheet-policy Expedite
# exit
#
# xslproxy Proxy-2
New XSL Proxy configuration
# ip-address 0
# port 9223
# remote-address 127.0.0.1 8888
# xml-manager mgr1
# stylesheet-policy Process
# exit
#
Chapter 28. HTTP Service configuration mode
331

Advertisement

Table of Contents
loading

Table of Contents