- 에러
The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><pre>java.lang.SecurityException: org.xml.sax.SAXNotRecognizedException: Feature: http:&#47;&#47;apache.org&#47;xml&#47;features&#47;allow-java-encodings

- 해결
catalina.properties  파일에 아래 내용 추가

javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
javax.xml.datatype.DatatypeFactory=com.sun.org.apache.xerces.internal.jaxp.datatype.DatatypeFactoryImpl


https://hyunning.tistory.com/entry/orgxmlsaxSAXNotRecognizedException-%EC%97%90%EB%9F%AC


Posted by 張's blog
,