Simple java web app using jetty server, provided as a jar file.
To create the app, perform the following:
cd example-java-web
apc app create example-java-web-app
Next, start the app as follows:
apc app start example-java-web-app
Navigate to the URL provided from the app staging process to view the output page.