I have been testing Spring Boot with embedded Tomcat for about a month now to build a REST API. Everything was working fine. We now want to deploy the API in a separate deve
check java -version means the if you complied war in java 8 and tomcat is running on java 7 then it doesn't work.