I'm deploying my app to Open Shift hosting, but I cannot do it works.
I did the git add . git commit... git push, and everything was fine.
I remove the pom.xml and I push the war file inside webapps folder.
But when I browse the URL, nothing happens.
This is my link: http://backend-f1987.rhcloud.com/ If I do a clone from another computer, I download the war file correctly, so I don't know where the issue is.