Reputation: 41
On our openshift (jboss) application are 16 gears available. But openshit does not scale. If 50 users are online on our application (we can track it with google analytics), we are getting the following error:
503 errors (Service Temporarily Unavailable)
Upvotes: 2
Views: 549
Reputation: 5931
Your question does not give enough information about what does not work. Have you looked at the logs to see if you are getting error. You can use rhc tail command to look at the logs. Have you done some analysis on what is the bottleneck of your application. In OpenShift database does not scale. How many database connections are you creating? Have you tried configuring number of JBoss instance? How are you load testing the application? What behavior are you seeing?
Upvotes: 1