uCosminexus Application Server, Web Container Functionality Guide
To specify settings for limiting the hosts that are given the access, you must set up the J2EE server.
This subsection describes the settings and examples for limiting the hosts that are given the access.
Specify the settings for limiting the hosts that are given the access in the following parameter within the <configuration> tag of the logical J2EE server (j2ee-server), in the Easy Setup definition file.
For details on the Easy Setup definition file and the parameters to be specified, see 4.6 Easy Setup definition file in the uCosminexus Application Server Definition Reference Guide.
The following is the setting example for limiting the hosts that are given the access:
... <param> <param-name>webserver.connector.inprocess_http.permitted.hosts</param-name> <param-value>host1, host2</param-value> </param> ... |
In this example, access is given only for 'host1' and 'host2' and access from other hosts is not allowed.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.