0
Basically I have a service running on Tomcat, I would like to upload a copy of it with another final name in Tomcat.
The problem is that there is some limiter that is not the end that prevents me from climbing two equal services.
When trying to give 'Start' in the service the following error appears:
FAIL - Application at context path [/xtr-conteudos-2] could not be started
FAIL - Encountered exception [org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/xtr-conteudos-2]]]
The structure of the project composes Thymeleaf and Spring, but even seeking this error I could not visualize what is limiting it to run.
Remembering that, the service that is already open works normally, so I do not believe it is something versioning JVM.
I will check as soon as possible, thanks for the reply
– Matheus Ribeiro
Unfortunately even going up one service with port 8080 and another with port 8090 the same error keeps popping up.
– Matheus Ribeiro
Check if there is anything that can clarify better in the logs/Catalina.out
– Lucas Apoena