mozg1984 / jetty-simple-app

Example of simple web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jetty-simple-app

Demponstration of simple web application by using jetty framework.

Note:

  • For building this project you will need Apache maven
  • For testing use next login/password - admin/password

Installation and startup:

  1. Install Apache maven (tested on version 3.5.0)
  2. Open command line then change the directory where the file pom.xml is located and run commands:
    mvn clean install
    cd ./target
    java -jar jetty-example.jar
  3. Open the link in the browser:
    http://localhost:8080/

About

Example of simple web application


Languages

Language:Java 100.0%