JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Configuring Project Components for Oracle Java CAPS Communication Adapters     Java CAPS Documentation
search filter icon
search icon

Document Information

Configuring Java CAPS Project Components for Communication Adapters

Configuring Java CAPS Adapter Connectivity Map Properties

Configuring the Adapter Connectivity Map Properties

To Configure the Inbound Adapter Properties

To Configure the Outbound Adapter Properties

SNA Inbound Adapter Connectivity Map Properties

Connectivity Map Inbound Adapter General Settings

Connectivity Map Inbound Adapter SNA Settings

Connectivity Map Inbound Adapter Connection Establishment

Connectivity Map Inbound Adapter Inbound Connection Management

Connectivity Map Inbound Adapter Inbound Schedules

Listener Schedule

Service Schedule

Connectivity Map Outbound Adapter General Settings

Connectivity Map Outbound Adapter SNA Settings

Connectivity Map Outbound Adapter Connection Establishment

Configuring CICS Adapter Connectivity Map Properties

CICS Connector

CICS Client

Connection Mode

e-Mail Inbound Adapter Connectivity Map Properties

Polling Setting

File Adapter Inbound Connectivity Map Properties

Parameter Settings -- File Adapter Inbound

File Adapter Outbound Connectivity Map Properties

Parameter Settings

HTTPS Adapter Connectivity Map Properties

HTTPS Adapter Connectivity Map Properties

HTTPS Server Adapter Connectivity Map Properties

IMS Adapter Connectivity Map Properties

Connector -- IMS Adapter Outbound

Connection Mode -- IMS Adapter Outbound

LDAP Adapter Connectivity Map Properties

Connector Section Properties

Connection Section Properties

Referrals Section Properties

Additional Referrals Section Notes

To Create a Credentials File Using the RCF Utility

To Add Credentials Information To the File

To View the Contents of the Credentials File

Security/SSL Section Properties

Additional Security/SSL Property Notes

SSL Connection Type

Verify Hostname

MSMQ Adapter Inbound Connectivity Map Properties

MSMQ Adapter Inbound Connectivity Map Properties

Identifying an MSMQ Queue

MSMQ Format Name and Host Name

MSMQ Adapter Outbound Connectivity Map Properties

MSMQ Adapter Outbound Connectivity Map Properties

Identifying an MSMQ Queue

TCP/IP Adapter Inbound Connectivity Map Properties

General Inbound Settings -- TCP/IP Adapter Inbound

TCPIP Inbound Settings -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Server Port Binding -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Client Connection Establishment -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Inbound Connection Management -- TCP/IP Adapter Inbound

TCPIP Inbound Schedules - Listener Schedule -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Service Schedule -- TCP/IP Adapter Inbound

TCPIP Inbound Settings - Envelope Message -- TCP/IP Adapter Inbound

Java CAPS 5.1.x to 6 Upgrade Procedure

TCP/IP Adapter Outbound Connectivity Map Properties

General Outbound Settings -- TCP/IP Adapter Outbound

TCPIP Outbound Settings -- TCP/IP Adapter Outbound

TCPIP Outbound Settings - Connection Establishment -- TCP/IP Adapter Outbound

TCPIP Outbound Settings - Server Port Binding

TCPIP Outbound Settings - Envelope Message

HTTPS Adapter Connectivity Map Properties

The HTTPS Adapter Connectivity Map consists of the following categories:

HTTPS Adapter Connectivity Map Properties

The HTTPS Adapter Properties include parameters used by the external system.

Table 16 HTTP Adapter—HTTP Settings

Name
Description
Required Value
Allow Cookies
Specifies whether cookies sent from servers are allowed to be stored and sent on subsequent requests. If cookies are not allowed, sessions are not supported.
Select True or False.

The default is True.

Accept Type
The default Accept type header value to include when sending a request to the server.
A string. For example:

text/html, text/plain, text/xml, and so on.

The default is text/*.

HTTPS Server Adapter Connectivity Map Properties

The HTTPS Server Adapter Properties include parameters used by the external system.

Table 17 HTTP Server Adapter—HTTP Server External Configuration

Name
Description
Required Value
servlet-url
Specifies the last path component of the HTTPS server servlet URL. The client uses this URL value to access the server.

The property value must be the servlet name (for example, HttpServerServlet). An example of a valid servlet URL is http://localhost:18001/Deployment1_servlet_HttpServerServlet/HttpServerServlet, where, the URL value comprises several components as follows:

  • App Server: The name of the machine on which your current Application Server is running.

  • 18001: The port number (in this case, the Application Server port number).

  • Deployment1_servlet_HttpServerServlet: The name of your current Project’s Deployment Profile concatenated with _servlet_HttpServerServlet.

  • HttpServerServlet: The servlet name (equivalent to the servlet_url property).


    Note - Set the port number based on the Oracle Enterprise Service Bus properties. By default, it is 18001, but it can be modified. Set the Enterprise Service Bus properties in the Environment from the Services window. The servlet-url property does not support LDAP values.


A valid URL.