Hi, I am rather new to tomcat, I've been trying to embed tomcat in a java application. I further want to convert this into a java web start file so that on deploying it I can have a separate tomcat server for my application. The error I am facing is... org.apache.catalina.LifecycleException: A child container failed during start.
I tried a couple of methods to solve it but with no use, the error still stays. I am using embedded tomcat 8.5.23, I changed it to the latest tomcat 9.0.10 which fixed the error but then the server didn't start. it just stops at.. WARNING: Creation of secureRandom insatnce..... By reverting back to tomcat 8.5.23 this was solved but again I'm facing the child container failed error. Please let me know if there is a fix to my issue or if there is a better version of tomcat that I can use. Thanks, Noel