war/WEB-INF/web.xml
に以下のように追記します。
<system-properties> <property name="org.xml.sax.driver" value="torg.apache.crimson.parser.XMLReaderImpl" /> </system-properties>
pom.xml
にも入れておきましょう。
<dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.0.2</version> </dependency>