Its the one that's built before any modifications are made by a deployer, so like the jars included in the modules, its the "stock" war.
People generally use it for two reasons: 1. They need something quick for demonstration purposes 2. They pulled it from our public repository (i.e. http://developer.ja-sig.org/maven2) to use with the Maven2 WAR Overlay method. With the Maven2 WAR Overlay method, you essentially take the default WAR file and add to it by adding additional files or replacing existing ones when the "overlay" is executed. Its generally used to minimize any CAS product code being maintained in someone else's SVN/CVS/Git/etc. Cheers, Scott On Thu, Jun 25, 2009 at 12:24 PM, Bryan Wooten <[email protected]> wrote: > 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]> > 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 > > -- > 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
