Pages

Monday, April 21, 2014

Managing OpenShift with RHC Command Line

In all the previous articles we have seen how we can create domains , application and cartridges. In all the cases we have used the “rhc” commands for dealing with these Operations. In this article we will see how we can use “rhc” command with available options. We can get the help for rhc command like, Getting started:   setup              Connects...
Read More

Saturday, April 12, 2014

Installing Tomcat on OpenShift

In the previous articles we have seen how to deploy a application and configure Database in OpenShift. By default OpenShift supports JBoss 7.In this article we will see how we can configure Tomcat in OpenShift. Since Tomcat is not an officially support application type on OpenShift, we need to create a DIY application. You can use your own Languages and Data Stores by talking advantage of OpenShift's powerful Do-It-Yourself...
Read More