> > INFO: Deploying web application directory /var/lib/tomcat7/webapps/ROOT > 2015-01-07 11:04:42,372 ERROR > [org.springframework.web.context.ContextLoader] - <Context initialization > failed> > org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: > Line > 72 in XML document from ServletContext resource > [/WEB-INF/deployerConfigContext.xml] is invalid; nested exception is > org.xml.sax.SAXParseException; lineNumber: 72; columnNumber: 9; > cvc-complex-type.2.3: Element 'beans' cannot have character [children], > because the type's content type is element-only. >
This error indicates you have non-whitespace character content under the <beans> element somewhere. I can't see it in your post, but the XML is hard to read so it's not surprising. Can you post your file on pastebin or similar so I can read it clearly? Thanks, M -- 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
