Java XD* SOAP Endpoint

From Direct Project
Jump to navigation Jump to search

Configuration

The Java XD* SOAP endpoint configuration is defined in the web.xml deployment descriptor (xd/src/main/webapp/WEB-INF/web.xml).

Format

Configuration parameters are defined as follows:
<context-param> <param-name>configService</param-name> <param-value>http://localhost:8081/config-service/</param-value> </context-param>

Parameters

Valid configuration parameters are below.
Configuration Parameter
Description of Configuration Parameter
mailHost
The SMTP server hostname.
mailPort
The SMTP server port.
mailUser
The SMTP user.
mailPass
The SMTP password.
auditMethod
The ATNA logging method. Valid values are file and syslog.
auditFile
The ATNA log file (used with the file audit method).
auditHost
The ATNA log host (user with the syslog audit method).
auditPort
The ATNA log port (user with the syslog audit method).
configService
The configuration service URL.