Skip to content

zimmi/standalone-war

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standalone-war

Example webapp that can be started like this:

java -jar myapp.war

This will not use the maven-shade-plugin to mix the servlet container classes into the war as usual, but do some classloading magic at the start instead.

This is just an exercise for me, do with it what you want.

About

java -jar myapp.war

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages