Apologies, I actually meant a cleaned-up version of your deployerConfigContext.xml (without any passwords, etc.)
Cheers, Scott On Wed, Jul 1, 2009 at 1:53 PM, Lizette <ya...@lake.ollusa.edu> wrote: > Here's the pom.xml > > <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > <parent> > <groupId>org.jasig.cas</groupId> > <artifactId>cas-server</artifactId> > <version>3.3.2</version> > </parent> > <modelVersion>4.0.0</modelVersion> > <groupId>org.jasig.cas</groupId> > <artifactId>cas-server-webapp</artifactId> > <packaging>war</packaging> > <name>JA-SIG CAS Web Application</name> > <dependencies> > <dependency> > <groupId>org.springframework.security</groupId> > <artifactId>spring-security-cas-client</artifactId> > <version>2.0.4</version> > <scope>runtime</scope> > <exclusions> > <exclusion> > > <groupId>org.springframework</groupId> > <artifactId>spring-dao</artifactId> > </exclusion> > <exclusion> > > <groupId>org.springframework</groupId> > <artifactId>spring-tx</artifactId> > </exclusion> > <exclusion> > > <groupId>org.springframework</groupId> > <artifactId>spring-jdbc</artifactId> > </exclusion> > <exclusion> > > <groupId>org.springframework</groupId> > > <artifactId>spring-beans</artifactId> > </exclusion> > <exclusion> > > <groupId>org.springframework</groupId> > > <artifactId>spring-context</artifactId> > </exclusion> > <exclusion> > > <groupId>org.springframework</groupId> > > <artifactId>spring-support</artifactId> > </exclusion> > </exclusions> > </dependency> > > <dependency> > <groupId>org.springframework</groupId> > <artifactId>spring-aop</artifactId> > <version>${spring.version}</version> > </dependency> > > <dependency> > <groupId>org.jasig.cas</groupId> > <artifactId>cas-server-core</artifactId> > <version>${project.version}</version> > </dependency> > > <dependency> > <groupId>quartz</groupId> > <artifactId>quartz</artifactId> > <version>1.5.2</version> > <type>jar</type> > </dependency> > > <dependency> > <groupId>javax.servlet</groupId> > <artifactId>jstl</artifactId> > <version>1.1.2</version> > <type>jar</type> > </dependency> > > <dependency> > <groupId>taglibs</groupId> > <artifactId>standard</artifactId> > <version>1.1.2</version> > <type>jar</type> > </dependency> > > <dependency> > <groupId>ognl</groupId> > <artifactId>ognl</artifactId> > <version>2.6.9</version> > <scope>runtime</scope> > </dependency> > > <dependency> > <groupId>log4j</groupId> > <artifactId>log4j</artifactId> > <version>1.2.15</version> > <type>jar</type> > <scope>runtime</scope> > <exclusions> > <exclusion> > <groupId>javax.mail</groupId> > <artifactId>mail</artifactId> > </exclusion> > <exclusion> > <groupId>javax.jms</groupId> > <artifactId>jms</artifactId> > </exclusion> > <exclusion> > <groupId>com.sun.jdmk</groupId> > <artifactId>jmxtools</artifactId> > </exclusion> > <exclusion> > <groupId>com.sun.jmx</groupId> > <artifactId>jmxri</artifactId> > </exclusion> > </exclusions> > </dependency> > <dependency> > <groupId>${project.groupId}</groupId> > <artifactId>cas-server-support-ldap</artifactId> > <version>${project.version}</version> > </dependency> > </dependencies> > <build> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-war-plugin</artifactId> > <configuration> > <warName>cas</warName> > </configuration> > </plugin> > </plugins> > </build> > </project> > > -- > You are currently subscribed to cas-user@lists.jasig.org as: > scott.battag...@gmail.com > 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