On Fri, 5 Oct 2012, IvXXn Builes wrote:

I'm new to CAS and it's taking me a lot to get up and running. I've already set up a CAS 3.4.12 server plus the mywebapp example with the dummy autenticator user=password in a Tomcat 6.x. Nevertheless I don't understand the information provided at the wiki for LDAP authentication. When I read at the wiki

"Note that all configuration should happen in cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml"

does it mean I have to place the configuration there and recompile (mvn package install) or just place the configuration in the already deployed cas server application?

For testing purposes, you could just edit the file in the already deployed application. You probably will have to reload the webapp to pick up any change.

When you are satisfied with the change, you'll want to edit the file in the Maven src.

Usually, I just edit the Maven src, build a new war file, and deploy. But if you are going to be making a lot of changes for testing, maybe you don't want the overhead of making a new war file every time.

        Andy

--
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

Reply via email to