Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/317.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 部署CAS 4.2.1需要帮助吗_Java_Spring_Spring Mvc - Fatal编程技术网

Java 部署CAS 4.2.1需要帮助吗

Java 部署CAS 4.2.1需要帮助吗,java,spring,spring-mvc,Java,Spring,Spring Mvc,我正在Tomcat8.0上部署CAS 4.2,但总是失败。下面我将介绍如何集成LDAP授权。 有一个添加条目的步骤 schema/spring-ext.xsd进入xsi:schemalocation 但是,实际上,xsd的url不存在,服务器在启动时无法读取xsd 如果删除该条目,服务器将因以下错误而失败: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 64 in XML documen

我正在Tomcat8.0上部署CAS 4.2,但总是失败。下面我将介绍如何集成LDAP授权。 有一个添加条目的步骤
schema/spring-ext.xsd
进入
xsi:schemalocation

但是,实际上,
xsd
的url不存在,服务器在启动时无法读取
xsd

如果删除该条目,服务器将因以下错误而失败:

 org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:
 Line 64 in XML document from ServletContext resource
 [/WEB-INF/deployerConfigContext.xml] is invalid; nested exception is
 org.xml.sax.SAXParseException; lineNumber: 64; columnNumber: 45;
 cvc-complex-type.2.4.c: The matching wildcard is strict, but no
 declaration can be found for element 'ldaptive:ad-authenticator'
是否有人成功部署CAS 4.2.1