Skip to content

root360/simple-java-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(based on https://github.com/julianjupiter/java-web-app-with-embedded-tomcat)

Java Web Application with Embedded Tomcat

This is a simple web application in Java with Apache Tomcat and other dependencies embedded in a JAR. This is used as showcase for root360 deployments.

Running the application

git clone https://github.com/julianjupiter/java-web-app-with-embedded-tomcat
cd simple-java-web-app
mvn clean package && java -jar ./target/java-web-app-with-embedded-tomcat-1.0.0-SNAPSHOT.jar

Open your browser: http://localhost:8080/app

Creating a Release

  1. build app
    git clone https://github.com/julianjupiter/java-web-app-with-embedded-tomcat
    cd simple-java-web-app
    bash release.sh
    
  2. upload generated jar file to Github Releases

About

Java Web Application with Embedded Tomcat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.4%
  • Shell 7.6%