Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Jetty Project

This is a simple website project using jetty server.

There are 2 ways to install the website.

  1. Execution through IDEA
  • If you have a Java development environment, you can execute the project using IntelliJ or Eclipse.
  • In this case, you must execute the initial query to create a database and to create a table on your MySQL database firstly. You can see the init.sql file in the root.
  • Uncomment jdbc:mysql://localhost:3306/task?allowPublicKeyRetrieval=true in the src/main/webapp/WEN-INF/jetty-env.xml file and modify your MySQL port. Comment jdbc:mysql://db:3306/task?allowPublicKeyRetrieval=true in the jetty-env.xml file
  • Excute the project on the IDEA(jetty-run command)
  1. Execution through Docker

You can see the website on http://localhost:8090/.

Also, you can check the data on the task/data table of MySQL

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages