You only have to change deployerConfigContext if you want users to provide credentials other than username and password.
To customize how the login page looks, you simply need to modify the /WEB-INF/view/jsp/<view name>/ui/casLoginView.jsp accordingly. If you want to use a completely different file for the login page, then you need to store it within /WEB-INF/view/jsp/<view name>/ui/ and update your view's properties file in /WEB-INF/classes/<view name>.properties. There should be a property called "casLoginView.url" that will need to be updated to this new file. A- On 3/4/09 8:32 AM, "Bruno" <[email protected]> wrote: > Read INSTALL.txt that came with the server. You have to customize a few JSPs > and rebuild. You also have to modify WEB-INF/deployerConfigContext.xml to > configure how CAS will authenticate the username/password. > > If you have trouble rebuilding with Maven, try importing the WAR into your IDE > and skip Maven. In that case you have to manage the WEB-INF/lib JARs needed > for the authentication mechanism you choose. -- Andrew Feller, Analyst LSU University Information Services 200 Frey Computing Services Center Baton Rouge, LA 70803 Office: 225.578.3737 Fax: 225.578.6400 -- 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
