Comment #2 on issue 10 by [email protected]: FileNotFound exception when trying to access static web resouces - mss-tomcat-embedded-6
http://code.google.com/p/commtesting/issues/detail?id=10

Problem was that the default web.xml was not included.

The default servlet for all web applications, that serves static resources. It processes all requests that are not mapped to other servlets with servlet mappings (defined either here or in your own web.xml file)

Reply via email to