Appendix B Repository Properties Reference
Listener
property names begin with com.sybase.jaguar.listener
. Listeners
define the protocols, port numbers, and optional SSL security profiles
for client connections to a server.
Specifies the host name or IP address for the listener.
The host name or IP address, or one of the following placeholders:
Placeholder | To indicate |
---|---|
${JAGUAR_HOST_NAME}
|
The name of the host where the server process is running. |
${JAGUAR_IP_ADDRESS}
|
The IP address of the host where the server is running. |
Use one of the placeholders if you must use the same listener configuration in multiple EAServer installations.
Specifies the listener name.
Server_listener
Where Server is the server name where this listener is installed, and listener is the unqualified listener name. For example:
Jaguar_iiops1
Specifies the port number.
The integer port number.
Specifies the protocol for connections accepted by this listener.
Allowable values are:
For listeners that use a tunnelled SSL protocol (such as HTTPS or IIOPS), specifies the security profile used to configure the SSL session settings.
The name of the security profile, which must match the com.sybase.jaguar.security.name property of the security profile.
For TDS listeners, specifies whether this listener accepts Open Server client connections.
The only allowable value for this property is os
.
If the property is set with no value, or not set, the listener will
not accept Open Server client connections.
EAServer allows you to install Open Server event handlers so that you can migrate legacy Sybase Open Server applications to EAServer. The event handlers are called only for connections to a listener that uses the TDS protocol and that has the com.sybase.jaguar.listener.type property set to "os". For more information on this feature, see the EAServer Programmer's Guide.
com.sybase.jaguar.listener.protocol
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |