Global Resource Properties

Connection Settings

The connection settings of global resource can be managed from the adapter properties, from "Global Resource Settings" within the 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 connection setting.
 
Required Settings
Item name Required / Optional Use of Variables Description Remarks
Protocol Required Disabled Select the features you want to use.
  • [HTTP]: (default)
  • [HTTPS]:
 
Hostname Required Only environment variables are available. Enter a name or address of the connecting host.  
Port number Optional Only environment variables are available. Enter the port number to connect .
If omitted, uses port 80.
  • If omitted, uses port 80.
Time out Optional Only environment variables are available. Enter the timeout period of the connection by millisecond.
  • Connection is not timed out when omitted, entered "0", or entered invalid value.
Property Action
Item name Description Remarks
Connection Test Checks the connection.  

Components pool configuration

Pooling is not supported.

Security

We can only set the Security Settings from Control Panel, "Global Resource Settings" or WebConsole.

Main exceptions

Exception Name Causes Solution
InvalidPropertyConfigurationException
Input value is invalid.
Any of the followings are invalid:[Hostname], [Port number], or [Time out]. See accompanying error message and provide a correct value as appropriate.
org.apache.commons.httpclient.HttpConnection$ConnectionTimeoutException Connection timed out during connecting with the Web server. Confirm the state of network.Or, Make sure that the value specified in [Time out] is valid.
org.apache.commons.httpclient.HttpRecoverableException
java.net.SocketTimeoutException: Read timed out
Connection timed out after connecting to Web server. Confirm the state of Web server.Or, Make sure that the value specified in [Time out] is valid.