I'm trying to deploy a Spring Boot application (Java 1.7) to a Tomcat server. As I upload my application WAR, I receive the following error (that I don't have on my local project) :
No Spring WebApplicationInitializer types detected on classpath
Any insight on this?