Tomcat启动报错,报找不到gdk_custom.jar
时间:2019-04-22 13:06:37
收藏:0
阅读:506
在 tomcat/conf/context.xml 中新增如下配置
<Context> ... <JarScanner scanManifest="false"/> </Context>
原文:https://www.cnblogs.com/nihaorz/p/10749073.html
评论(0)