ContainerBase.addChild: start: org.apache.catalina.LifecycleException异常

在部署cas-overlay-template时,将打的war放置tomcat的webapp下面,发生如下异常

java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/cas]]

原因:是因为我的JDK环境是12的太高了,后来降到了JDK8就OK了

你可能感兴趣的:(JAVA)