・ Make the s2struts project the target module of tomcat
It was possible to add with the simplest procedure. .. .. Link: Eclipse + Tomcat app
tomcat does not start
error contents
Serious: A child container failed during start
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [org.apache.catalina.webresources.StandardRoot@941a68]
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
…etc
4 25, 2018 11:31:59 pm org.apache.catalina.core.ContainerBase startInternal
Serious: A child container failed during start
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: A child container failed during start
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
…etc
4 25, 2018 11:31:59 pm org.apache.catalina.startup.Catalina start
Serious: The required Server component failed to start so Tomcat is unable to start.
org.apache.catalina.LifecycleException: A child container failed during start
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:958)
…etc
The cause is under investigation. It looks like this.
Linking a project to tomcat was very easy to notice. .. .. If tomcat doesn't work, start by hitting "this".
Recommended Posts