Hi. I am trying to get Tomcat to respond to requests for files with an ".asp" extension in order to let Turbine handle the request and redirect to the appropriate Velocity page. The reason for this seemingly strange need is that I want to handle external references (on other web sites) to my site from when the site was on an ASP-based server. The problem is that Tomcat does not seem to respond at all to requests for urls with ".asp" as an extension. The extensions ".as" and ".aspp" work fine. Could there be some filter that tells Tomcat to not process the request or tries to forward the request somewhere? I can't find anything "asp" in conf/server.xml, conf/web.xml, or my WEB-INF/web.xml and none of the log files even register the http-request, which makes me think that the problem lies in my servlet container configuration rather than the servlet. Googling for "tomcat handling asp requests" doesn't seem to generate the desired set of answers, so any pointers would be greatly appreciated. I'm using Tomcat 4.1 on Linux. Thanks for your attention.
Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
