1
votes

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

1

1 Answers

0
votes

The log you show above does state "Gear 53370a1b5973ca5e0500125f is using 100.0% of disk quota", but there are other issues as well.

First of all, as de instructions state, you can deploy a war file but it must be called ROOT.war.

Second, your application has to server content at de root url, http(s)://sodaw-sodaw.rhcloud.com/ in your case.