Installation guide
CHAPTER 6 New Features in EAServer Versions 4.2.3, 4.2.2, 4.2.1, and 4.2
What’s New 41
New Web application property
When using a Web server redirector, you can configure the source for
information returned by the
HTTPServletRequest methods getScheme,
getServerPort, and getServerName. To configure the source, set 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:
Custom error page for redirector
You can specify a customized error page for the redirector to override the
default message. To do so, add this setting to the redirector configuration file:
Connector.ErrorPage path-to-file
Where path-to-file is the full path to a text file that contains the alternate error
message.
New features in version 4.2.2
EAServer 4.2.2 includes these new features:
• Netegrity SiteMinder Integration
• Custom security component API changes
• Changing the effective user ID for the server process
• Multiple listener hosts
• Standalone jagtool
• Enhanced Windows service support
• Adaptive Server Enterprise wide table support
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.