> Do we have a simpler way where we need to modify the web.xml. > The application doesn't use JAAS module
JAAS integration allows the principal in the Web container to be propagated into the JEE service layer where it can be used for authorization and auditing purposes. If you don't need that functionality, you can use the standard CAS servlet filters to secure the application, https://wiki.jasig.org/display/CASC/Configuring+the+JA-SIG+CAS+Client+for+Java+in+the+web.xml. In that case you're treating JBoss like any other servlet container and ignoring the JEE features. 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
