I'm trying to create an example using MVC 1.0.
It is working for all views, but not for static content. I have a simple Hello World here https://github.com/vepo/java-mvc-hello-world
If I execute it, I get 404 on /assets/css/main.css
Is something missing?
Thanks,
Victor Osório