openshift / origin-server

OpenShift 2 (deprecated)
888 stars 516 forks source link

Keep getting default page even though application was successfully deployed #6420

Closed ghost closed 8 years ago

ghost commented 8 years ago

I keep getting the default view where it says: "Welcome to your JBossEWS (Apache/Tomcat) application on OpenShift" even though I committed and pushed my code (Java Spring application) successfully. Everything went fine, when I pushed the code build was successful, and servers restarted successfully, but when I tryed to access my application on nameoftheapp.rhcloud.com I got the default page. My application creates war file with name ROOT so I guess my Java application should be available at the nameoftheapp.rhcloud.com destination. If anyone could help me out and tell me what I did wrong, or what I missed, I would really appreciate?