I have a WAR to deploy in OpenShift rhc. I got all deployment success, but the app does not start in the browser with URL http://sodaw-sodaw.rhcloud.com/soda-w/Applicationclient/index.html
my rhc logs are... remote: Starting jbossews cartridge remote: Found 127.10.116.129:8080 listening port remote: Warning: Gear 53370a1b5973ca5e0500125f is using 100.0% of disk quota remote: Git Post-Receive Result: success remote: Activation status: success remote: Deployment completed with status: success To ssh://[email protected]/~/git/sodaw.git/ 580bbfe..abee53b master -> master
While I run the app, I get: "503 Service Unavailable No server is available to handle this request." error
I was used tomcat 6.0. Any suggestions would be appreciated.
Thanks