Set the EAServer HTTP listener properties

The HTTP listener properties that are related to the Web server redirector plug-in are defined in the listener properties file for each EAServer HTTP listener that receives Web server requests:

The listener properties files are located in the $JAGUAR/Repository/Listener directory. The file name format is <server>_<listener>.props. For example, the listener property file name for a listener named “http1” created for a server named “Jaguar” is Jaguar_http1.props.

Use a text editor to add the following lines to each listener properties file that accepts requests:

com.sybase.jaguar.listener.http.conn.keepalive=120
com.sybase.jaguar.listener.http.conn.maxrequests=100
com.sybase.jaguar.listener.http.connector_events=true

Host and port settings

You must make sure the EAServer host and port defined in your redirector configuration file has an identical host name in the EAServer listener host and port fields. For example, this redirector entry also requires an EAServer HTTP protocol listener defined with the host name of jaghost1 and a port number of 8080:

Connector.WebApp /*=http://jaghost1:8080 

Notejaghost1 is not equivalent to jaghost.domain, where domain is the domain in which EAServer is hosted.