This parser dose not support specification “null” version “null”
tomcat启动时报错This parser dose not support specification “null” version “null”
在jdk的安装路径下找xerces.jar包(例:D:jdk8.0/jre/lib/ext/xerces.jar),放置到tomcat的lib目录下。
或者直接在maven repository下载
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.9.1</version>
</dependency>