Thanks, I was taking cas-server-webapp-3.3.2.war. Just out of curiosity what is that war file for?
From: Scott Battaglia [mailto:[email protected]] Sent: Thursday, June 25, 2009 10:22 AM To: [email protected] Subject: Re: [cas-user] deployerConfigContext.xml not being packaged in WAR. You should be taking the newly generated WAR that's in cas-server-webapp/target/cas.war Based on Maven2 conventions, that's where the newly generated artifacts would go. Our project uses the standard Maven conventions, so if you've worked with Maven2 before, in theory, everything should be as expected. If you haven't worked with Maven2 before, hopefully you'll be able to apply these skills in the future to other projects ;-) Cheers, Scott On Thu, Jun 25, 2009 at 12:17 PM, Bryan Wooten <[email protected]<mailto:[email protected]>> wrote: I am editing cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml and then doing a "mvn clean package install". Then I deploy cas-server-3.3.2/modules/cas-server-webapp-3.3.2.war. But when I look at the deployerConfigContext.xml file on the application server, my changes aren't there. My changes do show up in cas-server-webapp/target/cas-server-webapp-3.3.2/WEB-INF/deployerConfigContext.xml. Do I also need to change cas-server-support-ldap/src/main/resources/deployerConfigContext.xml? What am I doing wrong? Thanks, Bryan -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- 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 -- 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
