Skip to content

Simple Drive and POM file to build a cross-platform jar for serving static files

License

Notifications You must be signed in to change notification settings

csyperski/tinytomcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Tomcat

Simple project to build a basic cross-platform embedded Apache Tomcat jar for serving static files.

Tine Tomcat will build to a single jar file that can be used to serve static files over http.

Usage

mvn package

cd target

java -jar tinytomcat-*.jar [web-root-path(default=.)] [port(default=8080)]

About

Simple Drive and POM file to build a cross-platform jar for serving static files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages