Configuring Java CAPS Project Components for Communication Adapters

Configuring 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 52 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/*.

Where to Go Next

HTTPS Server Adapter Connectivity Map Properties.

Related Topics

HTTPS Server Adapter Connectivity Map Properties

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

Table 53 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 Sun 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 Sun Enterprise Service Bus properties. By default, it is 18001, but it can be modified by the user. Set the Sun Enterprise Service Bus properties using the Environment Explorer. The servlet-url property does not support LDAP values.


A valid URL. 

Where to Go Next

Configuring HTTPS Adapter Connectivity Map Properties.

Related Topics