Skip to content

twilfong/jetty-servlet-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jetty-Servlet Hello Heroku

This app is meant for use in demonstrating how to deploy a simple Java application on Deis Workflow.

It should also be able to run in Heroku and any Heroku-inspired PaaS that supports deploying applications via Heroku Buildpacks.

Deis Workflow Usage

Create the App

git clone https://github.comcast.com/twilfo201/jetty-servlet-hello
cd jetty-servlet-hello
deis create
deis apps:info

Push to Build and Deploy

git push deis master
deis apps:info
deis apps:open

Other Commands

deis config:set HELLO_MESSAGE='Good day to you.'
deis config:list
deis releases
deis scale web=2

Destroy App

deis apps:destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages