Pradeep

a TeamSite blog…

Improve EventSubsystem Perfomance June 19, 2008

Filed under: TeamSite — Pradeep @ 6:12 pm
Tags:

If you don’t really use DataDeploy DAS use can comment out the following file from iw-home/httpd/webapps/eventsubsystem/WEB-INF/iw_bridge_cfg.xml

<logFile name=”TeamSiteClientDASLog”
baseLogName=”/logs/iw/iwevents/TeamSiteClientEvents”
stateFileName=”/apps/iw-home/servletd/logs/iwclientDASproxy.properties”
waitTime=”30000″
isDAS=”true” />

<logFile name=”TeamSiteDASLog”
baseLogName=”/logs/iw/iwevents/TeamsiteEvents”
stateFileName=”/apps/iw-home/servletd/logs/iwDASproxy.properties”
waitTime=”30000″
isDAS=”true” />

Pradeep