Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies

前端 未结 4 978
梦如初夏
梦如初夏 2021-02-05 18:54

My app is quit big and using many jars and tools. Platform - windows 2008 server, Spring , hibernate, Quarts, mysql, tomcat-7.35

When I deploy and start the server first

4条回答
  •  后悔当初
    2021-02-05 19:20

    To fix this for TC Server 2.9, running Tomcat 7.0.39 I restricted the jars to skip during startup for the context config using:

    org.apache.catalina.startup.ContextConfig.jarsToSkip=*.jar
    

    in catalina.properties.

提交回复
热议问题