Skip to content

McNullty/openshift-tomcat-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run your Tomcat on OpenShift

This git repository helps you get up and running quickly w/ a tomcat installation on OpenShift.

Create a DIY app on OpenShift

Create an account at https://openshift.redhat.com/ , don't forget to create a namespace and install client tools as well.

Create a DIY application

rhc app create -a tomcat -t diy-0.1

Get Tomcat running

Grab this quickstart codes and make it working for you!

cd tomcat
git remote add upstream -m master git:https://github.com/openshift/openshift-tomcat-quickstart.git
git pull -s recursive -X theirs upstream master
git push

That's it, you can now checkout your tomcat at:

https://tomcat-$yournamespace.rhcloud.com

The default managing account is tomcat/openshift

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 80.9%
  • Shell 19.0%
  • Ruby 0.1%