GitXplorerGitXplorer
t

jetty-cloud

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e78a516733ff2930dbbf45604e5f4c849c52bb65

Remove redundant directory structure

tthomasmey committed 9 years ago
Unverified
466019de61d950b0917d664a04abdcd6cd33f3af

1.) Expose database systems under their configured name

tthomasmey committed 10 years ago
Unverified
2cf867112c767b7814338504d0508831a396ce94

Initial commit.

tthomasmey committed 10 years ago

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