Skip to content

A skeleton java servlet app to easily start new projects from

Notifications You must be signed in to change notification settings

pimts/MinimalWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinimalWebApp

A skeleton java servlet app to easily start new projects from!

Simply run gradle clean build in the root folder to build the .war file. This .war can then be copied to the webapps/ directory of your tomcat installation. Finally, run the startup.sh or startup.bat in the bin/ folder of your tomcat installation to start the server.

Ta da! You can now view your webapp at localhost:8080/MinimalWebApp/hello

Good luck tinkering around and expanding this simple skeleton project to an awesome webapp!

About

A skeleton java servlet app to easily start new projects from

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages