GitXplorerGitXplorer
t

jetty-cloud

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

Jetty cloud image example project

This is an example project of the jetty web server that is able to run in an cloud foundry environemnt, like IBM Bluemix.

This maven project creates an jar which contains everything needed for starting the application.

You can customize your web server in the App class, which ressembles the start.xml file from the jetty distribution.

Example push command: cf push appname -p jetty-cloud-x.y.z.jar -b java_buildpack