Ill update the documentation when I get back from lunch.
------Original Message------
From: Jin
To: CAS Users List
ReplyTo: CAS Users List
Subject: [cas-user] Configuring throttleInterceptor and Inspektr audit and
statistics
Sent: Mar 25, 2010 11:54 AM
Hi,
I'm trying to configure the throttleInterceptor (InMemory) since I have a
single node CAS. According to the Wiki, we set the throttleInterceptor to the
interceptors list for /login. However, in version 3.4.2, in the
cas-servlet.xml, the interceptors are defined as below:
<bean class="org.springframework.webflow.mvc.servlet.FlowHandlerMapping"
p:flowRegistry-ref="flowRegistry" p:order="2">
<property name="interceptors">
<list>
<ref local="localeChangeInterceptor" />
</list>
</property>
</bean>
Does it then make sense to add <ref bean="throttleInterceptor" /> to this
interceptors list?
The other problem I had was with configuring Inspektr for audit and statistics.
I think the Wiki information is a bit out of date since it's referring to
Inspektr classes before the move to github. I am trying to configure it so
that it audits to the database (the default writes to console), but I can't
seem to find the Inspektr JdbcAuditTrailManager class in the
inspektr-audit-1.0.0.GA.jar.
<bean id="auditTrailManager"
class="org.inspektr.audit.support.JdbcAuditTrailManager">
<constructor-arg index="0" ref="inspektrTransactionTemplate" />
<property name="dataSource" ref="dataSource" />
</bean>
Can anyone shed light on this? Thanks.
Jin
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user
Sent from my Verizon Wireless BlackBerry
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user