The complete error is as follows.
SEVERE [localhost-startStop-1]
org.apache.catalina.startup.HostConfig.deployWAR Error deploying web
application archive [/opt/rundeck/tomcat/webapps/rundeck.war]
java.lang.IllegalStateException: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException
Hi Team,
I run into deployment issue with Tomcat 8.x (latest version) while
upgrading Rundeck environment from older version to latest version (3.3.9).
Rundeck war file is running on Tomcat and the OS is RHEL 7.x. The error I
got constantly is as below.
org.apache.catalina.startup.HostConfig.depl
According to my Wrox Professional Apache Tomcat c2002,
The first version of Tomcat was the 3.x series, and it served as the
reference implementations of the Servlet 2.2 and JSP 1.1
specifications. The Tomcat 3.x series was descended from the original
code Sun provided to the ASF in 1999.
In