Table A-1 Field descriptions for the AS2 section of ecx.ini
Field
|
Description
|
visible_name
|
The name used to display this server section in the ECXpert user interface.
|
server_port
|
The port under which the RMI registry will run. The default is 9099. It can be changed if the port is already bound to another process or if you want to select a different port.
|
in_server_name
|
The name under which the inbound server's remote object reference will be bound in the RMI registry. It is set by the installer and should not be changed by an administrator.
|
out_server_name
|
The name under which the outbound server's remote object reference is bound in the RMI registry. It is set by the installer and should not be changed by an administrator.
|
submit_sender
|
Hard-codes the sender name for submissions to ECXpert. Use this to submit all AS2 documents as the same user. If no value is specified, the AS2 Server determines the sending member's name based on its AS2 party ID and submits the document using that value.
|
submit_receiver
|
Hard-codes the receiver name for sending from ECXpert. Use this to send all AS2 documents to the same user. If no value is specified, the AS2 Server determines the receiving member's name based on its AS2 party ID and sends the document using that value.
|
submit_password
|
Password used for submission. If not specified, the sending member must be a trusted member in ECXpert, because no password will be passed in the submission. If you specify a password, it must be encrypted using the as2passwd utility.
|
submit_file_type
|
File type used for submission. If not specified, the MIME sub-type specified in the Content-Type header of the AS2 message is used. If the sub-type is EDI-X12, EDIFACT, or EDI-Consent, the value is trimmed to 'EDI'. Examples are: Content-Type Submission File Type application/XML XML application/EDI-X12 EDI application/EDIFACT EDI application/idox-x8-41 idox-x8-41
|
http_proxy_host
|
The hostname of the proxy server (if used).
|
http_proxy_port
|
The port of the proxy server (if used).
|
log_level
|
The level of granularity used for log file entries. Possible values include: SEVERE, WARNING, INFO, FINE, FINER, FINEST.
|
keystore_file
|
If the system is using any level of message security (encryption, digital signature) and/or SSL, the administrator must specify a keystore file. The file path must point to an existing Java keystore.
|
keystore_pass
|
The password used to access the keystore. Must be encrypted using the as2passwd utility.
|
admin_user
|
The ECXpert user account used to query and update information in ECXpert.
|
admin_pass
|
The password for the ECXpert admin user. Must be encrypted using the as2passwd utility.
|
root_dir
|
The AS2 root directory.
|
asynch_url
|
A local URL used as a return address when requesting asynchronous MDNs.
|
jdbc_uri
|
The JDBC hostname/port/SID used by the JDBC driver.
|
ssl_host_verify
|
Set to true if the server name of an SSL host should be checked against the credentials presented in its certificate. False is the default.
|
custom_mdn_path
|
The path to a user-defined message for AS2 MDNs. When present, the value for this field should point to a file containing text that is used in the second part of an MDN multipart message (for example, The user section). If a path is not supplied, or if it is unresolvable or unreadable, the following default MDN text will be used: AS2 Message Disposition Notification
|