This group contains agent server settings. Properties are listed in alphabetical order.
Agents property name |
Default value |
Description |
---|---|---|
AgentServerID |
0 |
Default Agent Server ID. See the Unwired Accelerator Developer’s Guide for information about creating and using Unwired Accelerator agents. |
ErrorFile |
/logs/as.err |
Location and name of the file in which to log error messages, relative to WorkRoot. |
HeartBeat |
30000 |
Sets the default heartbeat time in millions of seconds. Heartbeat is the time to sleep between agent tasks. The default, 30000, is equivalent to 30 seconds. |
MaxLogRows |
150 |
Sets the maximum number of data (rows) returned from the database to the browser for log information on a view log request. Set to zero for all. |
PushAgentLog |
2 |
Sets the interval for pushing the agent transaction log to the Mobile Web Studio server. The interval multiplied by the heartbeat establishes when to push the agent transaction log. If the heartbeat is 30000 (30 seconds) and the push is 2, the agent log is pushed every minute (2 * 30). |
PSHost |
hostname.domain |
Fully qualified name of the Mobile Web Studio/agent server machine. |
PSPort |
Tomcat – 4040 EAServer – 8080 |
Port on which the PSHost server is listening for requests. |
StatusUpdateFreq |
10 |
Sets the status report/update frequency for gathering statistics about agents. The frequency multiplied by the heartbeat establishes when to gather the statistics. If the heartbeat is 30000 (30 seconds), and the frequency is 10, the statistics are gathered every five minutes (10 * 30). |
TimeZone |
PST |
Time zone for the Publish Server (database). |
TraceFile |
/logs/as.trc |
Location and name of the file in which to log trace messages, relative to WorkRoot. |
TraceOn |
false |
(true/false) Indicates whether to enable basic tracing. Set this value to off in a production environment. |
TransactionFile |
/logs/transaction.log |
File to log agent execution events, relative to the directory in the WorkRoot property. |
VerboseTrace |
false |
(true/false) Indicates whether to enable detailed tracing. Set this value to false in a production environment. |
Copyright © 2005. Sybase Inc. All rights reserved. |