This url is not working, but it works with Apache http server.
http://my.company.com/cgi-bin/program1.cgi/filename.txt?parameter1=123 Next url does work with tomcat but of course the browser proposes program1.cgi as the name instead of filename.txt, as desired in the first url. http://my.company.com/cgi-bin/program1.cgi?parameter1=123 I am using tomcat 4.1.31 on windows, and IE 6.x browser. I have enabled cgi support on Tomcat. Ideas?