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