Place your application here
In order to commit to your new project, go to your projects git repo (created with the rhc app create command) directory.
For example, if you named your application myfirstapp (by passing in -a myfirstapp to the rhc app create command), you would find the contents of this app located under myfirstapp/src/main/webapp. You can edit that and push your changes from the myfirstapp directory by running:
git commit -a -m 'Some commit message' git push
Then reload this page.
See the README.md file in the application Git repository for more information on the options for deploying applications.
View debugging information about the server environment including memory pools by loading this JSP page: Debug