Configuring the data source for HTTPServletRequest methods

When using a Web server redirector, you can configure the source for information returned by the HTTPServletRequest methods getScheme, getServerPort, and getServerName by setting the Web application property com.sybase.jaguar.webapplication.get-serverinfo-from. Set this property for each Web application used by your application, choosing a value from the following table:

Value

Specifies

source

Return the server, host and scheme (protocol) for the Web server that is running the redirector.

server

Return the server, host, and scheme (protocol) for the EAServer listener that the redirector connects to.

proxy

Return the scheme (protocol), host and port from the HTTP proxy settings on the HTTP Config tab in Server Properties. If these settings are not present, use the EAServer listener values.