static-html
foo.html
http://<your-host-name>:<port-number>/static-html/foo.html
To customize the location of the static HTML directory:
src/main/resources
dirAdd the following properties to your app
cougar.htmlHandler.contextPath=/info cougar.htmlHandler.regex=/info/.*
I think the regex controls what resources the client of the embedded web server is allowed to access directly.