Class: com.sybase.djc.ant.RequestLogProperty (Request Log Property) EAServer 6.3 Help
Description Configures a component to support request logging in a clustered environment.

Should be used together with: Automatic Failover Property,

See also: Response Log Property.

Configuration Example:
<setProperties component="ejb.components.example.MyCompRemote">
  <automaticFailover enable="true"/>
  <requestLog enable="true"/>
  ...
</setProperties>
Nested Properties enable

Property: enable (Enable)
Description Enables detection of repeated calls to "void" methods. These repeated calls might occur when the client has failed over from one server to another, and is uncertain whether the call was successfully executed on the first server before failure.

Request logging uses the "af_request_log" database table in the "cluster.db" data source. Due to the use of a database, you may wish to carry out your own performance tests to determine if the benefit of request logging can justify the overhead.

Default Value true
Legal Values false, true