Re: HTTP request status text is changed
Ben Hale <bhale@...>
As I mentioned earlier, the difference in behavior is down to the command that is being run when the application is pushed to Cloud Foundry. When you push your WAR to CloudFoundry, it is being run in a Tomcat container that is not configured to allow custom status messages. If you want to run the application in its embedded Jetty container, you’ll need to ensure that it has a `Main-Class` entry in the JAR’s manifest that will start the embedded Jetty container.
toggle quoted message
Show quoted text
-Ben Hale Cloud Foundry Java Experience On May 11, 2016, at 12:45 AM, Stanley Shen <meteorping(a)gmail.com> wrote: |
|