> In the war-deployers-jboss-beans.xml I've setup: > >> <entry> >> <key>CAS</key> >> >> <value>org.jasig.cas.client.jboss.authentication.WebAuthenticationFilter</value> >> </entry>
I don't understand the purpose of the above configuration. It's a servlet filter, not a Tomcat Valve, so if that snippet causes casting to a Valve, then it's plain wrong. It's intended to be configured in web.xml, which you said you'd already done. (Please forgive my ignorance of JBoss/Seam deployment models.) > Seems JBoss integration doesnt work as I understand this. It does indeed work -- we use it at Virginia Tech in at least JEE CAS-enabled webapp deployed on JBoss 5.1. I'm happy to work with you to ensure it works in other deployment scenarios, although if there's non-trivial development work required it may be later than sooner to arrive at a solution. > Is there an HowTo? https://wiki.jasig.org/display/CASC/JAAS+Integration M -- 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
