Installation guide

New features in version 4.1.3
54 EAServer
Entity instance caching with Oracle
You can use object caching when running EJB CMP entity beans. This feature
works with any database. You can also configure change notification to notify
EAServer's cache manager of changes to the underlying table rows. For more
information, see see “Entity instance and query caching” in
in Chapter 4, “EJB
CMP Tuning,” in the EAServer Performance and Tuning Guide.
New server properties
Table 7-1 lists new server properties. Actual property names are prefixed with
com.sybase.jaguar.server.
Table 7-1: New server properties
New connection cache properties
EAServer 4.1.3 introduces com.sybase.jaguar.conncache.cmp_stats property
to allow collection of statistics information when using an EAServer CMP
JDBC wrapper driver—see “CMP JDBC wrapper drivers” on page 53.
HTTPS support for Web server plug-ins
Beginning with EAServer version 4.1.3, you can establish HTTPS (HTTP over
SSL) connections between your Web server redirector and EAServer, which
provide an SSL communication link (data integrity and encryption services),
but do not support authentication services using client-side certificates. For
more information about establishing secure connections, see the EAServer
Security Administration and Programming Guide. You should be familiar with
SSL and Security Manager before establishing HTTPS connections. See
Chapter 14, “Managing Keys and Certificates,” in the EAServer Security
Administration and Programming Guide.
Property Description
com.sybase.jaguar.server.cmp_iso_level Specifies a default transaction isolation level for component property
com.sybase.jaguar.component.cmp_iso_level, which specifies
the transaction isolation level for EJB CMP entity beans..
com.sybase.jaguar.server.lwc Enables the EJB lightweight container.
com.sybase.jaguar.server.lwc.debug Enables debug output during lightweight container initialization.
com.sybase.jaguar.server.tx_retry Sets the default value of the automatic transaction retry component
property,
com.sybase.jaguar.component.tx_retry.