I'm using Tomcat for the JSPs. I would really rather use JSPs, because I'm supposed to be integrating iText into an existing website without changing the architecture, and they use JSPs for everything. They have tag libraries that do all the data iteration and I was hoping to reuse those as well.
Can you give any direction as to how to tell Tomcat to serve a JSP as binary? Brian On Tue, 2005-01-11 at 03:25, Bruno wrote: > Quoting Brian Burridge <[EMAIL PROTECTED]>: > > > When I save this PDF and > > compare it to the one that works, I see that the faulty one has a bunch > > of question marks where the correct one shows black graphic blocks. > > Yep, as I am reading my mail from the most recent one to the oldest ones, > I see you have the problem I described: your JSPs are not served as binary > files but as ASCII text files. > In the old FAQ, I warned people NOT to use JSPs for binary files. > I should write an extra item on this subject. Use Servlets instead. > Maybe you could tune your application server to make it work with JSPs, > but it's not a very elegant solution (for instance: you don't know if > it's still going to work if you go into production on another application > server). > > br, > Bruno > > ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
