GithubHelp home page GithubHelp logo

mpretti / openshift-tomcat-quickstart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lulinqing/openshift-tomcat-quickstart

0.0 0.0 0.0 13.99 MB

Shell 27.76% CSS 1.92% Java 68.74% XSLT 1.58%

openshift-tomcat-quickstart's Introduction

Run your Tomcat on OpenShift

This git repository helps you get up and running quickly with a Tomcat 7.0.42 installation on OpenShift.

Create a Do It Yourself (DIY) app on OpenShift

Create an account and install the command-line client tools.

Create a DIY application: rhc app create tomcat diy-0.1

Get Tomcat running

Grab this quickstart project and make it work for you!

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

That's it, you can now checkout your tomcat at: http://tomcat-$yournamespace.rhcloud.com

By placing WARs (either WAR archives or exploded WARs) in the diy/tomcat/webapps folder, those applications will be deployed and redeployed upon each git push. Likewise, applications (including the sample applications provided by Tomcat) can be deleted from that folder so they will no longer be deployed.

The default managing account is tomcat/openshift; this can be changed by altering the diy/tomcat/conf/tomcat-users.xml file, committing the change within your secure OpenShift Git account and issuing another git push.

Forking this Quickstart to use a newer Tomcat version

See here for information.

License

This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to CC0 http://creativecommons.org/publicdomain/zero/1.0/

openshift-tomcat-quickstart's People

Contributors

ironcladlou avatar danmcp avatar kraman avatar bdecoste avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.