Installation guide

CHAPTER 4 Installing and Configuring a Web Server Redirector Plug-In
Installation Guide 43
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:
Installing and configuring an iPlanet Web server
plug-in
This section describes how to install and configure the redirector plug-in on an
iPlanet Web server. This process involves the following steps:
1 Edit the Web server configuration files.
2 Edit the redirector configuration file.
3 Copy libraries from EAServer to your Web server.
Edit the Web server configuration files
Your Web server installation includes an obj.conf file that contains
configuration information used by the Web server. For an iPlanet Web server
to redirect HTTP requests to EAServer, the obj.conf file must include the
following:
Location information for the redirector plug-in and the redirector
configuration file. See “Adding location information” on page 44.
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.