I have developed aSspring restful standalone web services using Eclipse using Java 20. Thereafter I configured the application as a WAR file. Having completed, I decided to deploy on a Tomcat server.
Below is the error I am getting on the Tomcat Web Application Manager:
Encountered exception [org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost]
What could be the problem here?
I have restarted the Tomcat application server to confirm whether there could be any correlation with restarting it.