On Tue, 17 Jun 2003 02:06, [EMAIL PROTECTED] wrote: > <servlet-mapping> > � <servlet-name>default</servlet-name> > � <url-pattern>/*.html</url-pattern> > �</servlet-mapping>
Tomcat is doing exactly what you are telling it to do with the above, I can't see any reason you would want the above mapping unless you were disabling all access to .html files or something like that. Just comment out the above and you should be good to go. Regards, -- Jason Bainbridge http://jblinux.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
