Configuring Java CAPS Project Components for Application Adapters

HTTP Server External Configuration

The HTTP Server External Configuration section of the PeopleSoft HTTP Server Adapter Connectivity Map properties contains the top-level parameters displayed in the following table.

Table 1–4 Connectivity Map - HTTP Server External Configuration

Name 

Description 

Required Value 

servlet-url

Specifies the last path component of the HTTP server servlet URL. This URL is the one the client uses to access the server. The property value must be the servlet name, for example, HttpServerServlet. The total URL is made up of several components, including the Project deployment name and the value entered for this property.

The servlet name must match the Primary URL property on the PeopleSoft server.

For example, a complete servlet URL appears as follows: 

http://<yourmachinename>:18001/<yourdeploymentname>_servlet_<servletname><servletname>

Where, 

  • yourmachinename is the name of the machine where your current Application Server is running.

  • 18001 is the port number specified as the connector port in the Integration Server properties (IS Configurations —> Sections —> Web Container Configuration —> Web Server Configurations —> Default Web Server —> Connector Port).

  • yourdeploymentname is the name of your current Project’s Deployment Profile concatenated with _servlet.

  • servletname is the name of the PeopleSoft servlet. This is the value needed for this property.


Note –

The servlet-url parameter does not support LDAP values.


Enter the name of the PeopleSoft Servlet. This is the last path component of the HTTP server servlet URL.