Re: Byte Serving and PDFs with the DefaultServlet

2008-10-09 Thread vitor . swaid
Hello Mark, you are right. The mime extension is not working on a case insensitive basis. Now my Tomcat 5.5 does byte serving with the web.xml portion below: pdf application/pdf PDF application/pdf Although this worked without the "else"s forc

Byte Serving and PDFs with the DefaultServlet

2008-10-09 Thread vitor . swaid
Hello, I'm new to the list. Hello to every one. Sorry if I'm posting this message in the wrong place. If so please advise me to fix it. I was asked to make a PDF functionality called Fast Web View work in a Tomcat application. In my initial tests, as I will describe, it did not worked. I start