Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

example-java-web

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.