Tag Archives: Software issues

Tomcat — failed to start, flash back

Tomcat server failed to start

Reason: the project was configured before, but the project folder was accidentally deleted later. As a result, when the project was started, an error was flashed back.

Solution: open the server.xml configuration file in the conf folder of Tomcat installation directory and delete it

<Context path="" docBase="..." reloadable="true"/>

This is just one line of code.