Error deploying the example application (Spring Boot 1.3.4, JSP, WAR Packaging) at Pivotal Cloud Foundry using STS
问题 I followed this blog post to use Boot Dashboard to deploy the Spring example application to Pivotal Cloud Foundry. The example application is a Spring Boot application (1.3.2.RELEASE), uses JSP and has WAR packaging. The application seemed to start ok, but then the home page was blank. Trying cURL, I saw the following output: But, when I deploy the application using command line: cf push np-spring-tutorial -p spring-tutorial-0.0.1-SNAPSHOT.war The application got deployed and is running well.