javawebexample/jettyserver at master · help2opensource/javawebexample · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

Build

Build the project with

$ mvn install

Configure

You will need to set the REPO environment variable, so the execution wrapper script knows where to find the maven dependencies. For example:

$ export REPO=$HOME/.m2/repository

Run

Now you can run your webapp with:

$ sh target/bin/webapp

(the wrapper script is not executable by default).