Global Resource Properties

Connection Setting

Connection setting for a global resource is available from each adapter's property setting dialog, "Global resource setting" in control panel, or from WebConsole.
Basic settings
Item name Required / Optional Use of Variables Description Remarks
Name Required Not available Enter the name of the setting for the connecting destination.
 
Required settings
Item name Required / Optional Use of Variables Description Remarks
URL Required Only environmental variables are available Enter the URL to access REST API.
  • Specify URL which starts with "http://" or "https://".
  • lightbulbThe path of URL will be encoded with the URL encode selected or entered in [Encodes].
Property Action
Item name Description Remarks
Connection test Connects to the URL host and port number entered in [URL].
  • Timeout is valid only with the value specified in [Connection timeout].
Timeout settings
Item name Required / Optional Use of Variables Description Remarks
Connection timeout Optional Only environmental variables are available Enter the time for connection timeout by milliseconds.
  • Timeout will not occur if you omit, or enter "0" or false value.
Receive timeout Optional Only environmental variables are available After connecting to the HTTP server, enter the time for response timeout from sending request to receiving response by milliseconds.
  • Timeout will not occur if you omit, or enter "0" or false value.

Component Pool Configuration

Component pooling is not supported.

Security

Security setting is available from "Global resource setting" in control panel or from WebConsole.

Specification Limits

Main Exceptions

Exception Name Causes Solution
InvalidPropertyConfigurationException
<Property name> is not specified.
[<Property name>] is not specified. Specify [<Property name>].
java.net.ConnectException
Connection refused: connect
Connection is denied from the destination. Check the host name and port number specified in [URL].
java.net.ConnectException
connect timed out
Connection timeout occurred. Check [Connection timeout] setting.
java.net.MalformedURLException It is the false URL format. Check [URL] setting.
java.net.java.net.UnknownHostException
<Host name>
It is the false host name. Check the host name specified in [URL].