5 eway environment properties, Eway environment properties – Sun Microsystems 5.1.1 User Manual
Page 46
 
Chapter 5
Section 5.5
Configuring the HTTPS eWay
eWay Environment Properties
HTTPS eWay Adapter User’s Guide
46
Sun Microsystems, Inc.
5.5
eWay Environment Properties
eWay External System properties must be configured from within the Environment. 
Until you have successfully configured all eWays for your Java CAPS project, your 
project cannot be properly executed or deployed. The following list identifies the 
HTTPS eWay properties. There are four Environment Configuration categories that the 
HTTPS eWay implements.
Property Categories Configured in the Logical Host Environment
Table 4 HTTP Server eWay—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:
localhost: The name of the machine on
which your current Logical Host is 
running.
18001: The port number (in this case,
the Sun SeeBeyond Integration Server 
port number).
Deployment1_servlet_HttpServerServl
et: 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 SeeBeyond 
Integration Server properties. By 
default, it is 18001, but it can be 
modified by the user. Set the Sun 
SeeBeyond Integration Server 
properties using the Environment 
Explorer. See the eGate Integrator 
User’s Guide for details.
A valid URL.