deployerConfigContext.xml MUST reside in WEB-INF (the root) and NOT in
WEB-INF/spring-configuration. Configure all your beans in the correct place,
re-build, re-deploy, test. Rinse and repeat.
Cheers,
D.
Sent from my iPhone
> On Jan 15, 2015, at 07:46, Tiit Kaeeli wrote:
>
>> On Wed, 14 Ja
On Wed, 14 Jan 2015, Tiit Kaeeli wrote:
On Fri, 9 Jan 2015, Tiit Kaeeli wrote:
On Fri, 9 Jan 2015, Marvin Addison wrote:
Yes, after every chage I do:
mvn clean package
./bin/shutdown.sh
rm -r webapps/cas/ work/ logs/*
cp target/cas.war
./bin/start
On Fri, 9 Jan 2015, Tiit Kaeeli wrote:
On Fri, 9 Jan 2015, Marvin Addison wrote:
Yes, after every chage I do:
mvn clean package
./bin/shutdown.sh
rm -r webapps/cas/ work/ logs/*
cp target/cas.war
./bin/startup.sh
That should work, but you might al
On Fri, 9 Jan 2015, Marvin Addison wrote:
Yes, after every chage I do:
mvn clean package
./bin/shutdown.sh
rm -r webapps/cas/ work/ logs/*
cp target/cas.war
./bin/startup.sh
That should work, but you might also try clearing out the unpacked war file
>
> Yes, after every chage I do:
> mvn clean package
> ./bin/shutdown.sh
> rm -r webapps/cas/ work/ logs/*
> cp target/cas.war
> ./bin/startup.sh
>
That should work, but you might also try clearing out the unpacked war
files under (IIRC) $CATALINA_HOME/temp. I have a habit of clearing out
On Fri, 9 Jan 2015, Dmitriy Kopylenko wrote:
You'd want to make sure that your change is in effect. After you made that
change, did you re-build and re-deployed the cas.war?
Yes, after every chage I do:
mvn clean package
./bin/shutdown.sh
rm -r webapps/cas/ work/ logs/*
cp target/cas.war
You'd want to make sure that your change is in effect. After you made that
change, did you re-build and re-deployed the cas.war?
Cheers,
Dmitriy.
Sent from my iPhone
> On Jan 9, 2015, at 07:16, Tiit Kaeeli wrote:
>
> Hi,
>
> I am unable to find out, why AcceptUsersAuthenticationHandler is st
Hi,
I am unable to find out, why AcceptUsersAuthenticationHandler is still used to
authenticate users. Even after commenting out all but ldap in
deployerConfigContext.xml (attached)
Log part of the failed login attempt:
2015-01-09 13:54:06,047 DEBUG
[org.jasig.cas.authentication.AcceptUsersA