Installation guide
CHAPTER 6 New Features in EAServer Versions 4.2.3, 4.2.2, 4.2.1, and 4.2
What’s New 39
Suppressing SSL error messages
EAServer 4.2.3 includes new settings which allow you to suppress client SSL
errors from the server log file. In EAServer Manager, the Log SSL Error setting
for listener and security profile properties specifies whether EAServer logs
SSL errors from client connections to the listener. To suppress logging of SSL
errors, unselect this option for each SSL listener and the security profile used
by the listener.
If using
jagtool, these settings correspond to the listener property
com.sybase.jaguar.listener.logsslerr and the security profile property
com.sybase.jaguar.security.logsslerr. The default for both is true.
Servlet authenticated session enhancement
EAServer 4.2.3 includes a new server property to further protect against replay
attacks against secure Web applications. The server property
com.sybase.jaguar.server.servlet.serverCheckPeerIPForHttpSession can be
true or false; the default is false. When true, EAServer binds the client IP
address to each servlet authenticated session and validates subsequent requests
to insure the IP address is the same.
Jagtool enhancements
For information on jagtool, see Chapter 12, “Using jagtool and jagant,” in the
EAServer System Administration Guide. These enhancements are new in
EAServer 4.2.3.
Installing and removing service components
The install and remove commands have been enhanced to support service
components. You can install service components to a server with this syntax:
jagtool install Service:package/comp Server:server
You can remove service components from a server with this syntax:
jagtool remove Service:package/comp Server:server
Where:
• package is the package name
• component is the component name