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 <kae...@quretec.com> wrote:
> 
>> 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/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 
>>>> those files
>>>> as part of the redeploy process since I had some evidence of changes not 
>>>> taking in the past. Can't hurt in any case.
>>> temp (and data) do not exist. Usually I remove them too, if existing.
>> 
>> What else can I try? Any more ideas?
>> 
>> Tiit
>> 
>> 
> 
> I found that after running
> mvn clean package
> 
> the follwing deployerConfigContext.xml files appear
> 
> ./target/cas/WEB-INF/deployerConfigContext.xml
>    Has incorrect content
> 
> ./target/cas/WEB-INF/spring-configuration/deployerConfigContext.xml
>    Has correct content
> 
> ./target/war/work/org.jasig.cas/cas-server-webapp/WEB-INF/deployerConfigContext.xml
>    Has incorrect content
> 
> ./src/main/webapp/WEB-INF/spring-configuration/deployerConfigContext.xml
>    Has correct content. This is the only one that exist before
>    running "mvn clean package"
> 
> 
> Can anyone explain from where ./target/cas/WEB-INF/deployerConfigContext.xml 
> and 
> ./target/war/work/org.jasig.cas/cas-server-webapp/WEB-INF/deployerConfigContext.xml
> come from?
> 
> 
> 
> -- 
> Tiit
> 
> -- 
> You are currently subscribed to cas-user@lists.jasig.org as: 
> dkopyle...@unicon.net
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to