Re: context path confusion [RequestDispatcher, servlet-mapping, MVC]

2007-06-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Skijor, Skijor wrote: > > BootStrap > / > Note that by mapping '/' to your own servlet, you are overriding the "default" servlet that usually serves requests for things like static resources. > This seems like a tomcat bug to me since I have s

context path confusion [RequestDispatcher, servlet-mapping, MVC]

2007-06-03 Thread Skijor
There may be a work-around for this but I what I really want to know is why it doesn't work. I am following the MVC design pattern in building a simple test web application using Tomcat 6.0.10 on Mac OS Tiger. MVC pattern suggests every webapp request be handled by a servlet. Static content rend