I\'m trying to follow the pattern at Design Patterns web based applications. It all works fine part from when it comes to maping \"root\" URLs.
I\'d like to put all
the /* url pattern matches all servlets, jsp and static content in your application.
Whay you would need is to define a *.jsp pattern to allow Tomcat use the default jsp servlet:
jsp *.jsp