np-spring

Error deploying the example application (Spring Boot 1.3.4, JSP, WAR Packaging) at Pivotal Cloud Foundry using STS

放肆的年华 提交于 2020-01-16 06:30:42
问题 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.

“SLF4J: Class path contains multiple SLF4J bindings” error when deploying the Spring example application to Cloud Foundry

余生长醉 提交于 2019-12-11 12:17:32
问题 I'm trying to deploy the tmp1 branch of the Spring example application (A Spring Boot 1.3.4 application using JSP and having WAR packaging) to Pivotal Cloud Foundry, using STS Boot Dashboard. I have created a manifest.yml file, looking as below: --- applications: - name: np-spring-tutorial buildpack: https://github.com/cloudfoundry/java-buildpack.git path: target/spring-tutorial-0.0.1-SNAPSHOT.war env: application_url: http://np-spring-tutorial.cfapps.io timeout: 180 The application gets