Appendix B Repository Properties Reference


Listener properties

Description

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.

See Also

Server properties


com.sybase.jaguar.listener.host

Description

Specifies the host name or IP address for the listener.

Syntax

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.


com.sybase.jaguar.listener.name

Description

Specifies the listener name.

Syntax

Server_listener

Where Server is the server name where this listener is installed, and listener is the unqualified listener name. For example:

Jaguar_iiops1


com.sybase.jaguar.listener.port

Description

Specifies the port number.

Syntax

The integer port number.


com.sybase.jaguar.listener.protocol

Description

Specifies the protocol for connections accepted by this listener.

Syntax

Allowable values are:


com.sybase.jaguar.listener.security

Description

For listeners that use a tunnelled SSL protocol (such as HTTPS or IIOPS), specifies the security profile used to configure the SSL session settings.

Syntax

The name of the security profile, which must match the com.sybase.jaguar.security.name property of the security profile.

See Also

Security properties


com.sybase.jaguar.listener.type

Description

For TDS listeners, specifies whether this listener accepts Open Server client connections.

Syntax

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.

Usage

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.

See Also

com.sybase.jaguar.listener.protocol

 


Copyright © 2002 Sybase, Inc. All rights reserved.