` org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
org.apache.catalina.core.StandardContext.startInternal Context [/alpha] startup failed due to previous errors
org.apache.catalina.core.StandardContext.reload Reloading Context with name [/alpha] is completed `
i was moving new project's controller class file to old project.
the controller class has autowired service class file but i didn't move it.
tomcat tried reload, got an error and showed 404 error.
i deleted the controller file but tomcat doesnt try reload and catalina showed upper's error.
how can i automatically reload tomcat without restart tomcat?