I'm using Batik to dynamically generate and rasterize some graphics from a tomcat servlet. I supply my own truetype font to make sure the correct font gets used.
The problem is that something, presumably Batik, is copying this font file to a temporary file (in the tomcat temp directory), and fails to remove it. Over time, I get hundreds of copies of the same file there (with names like +~JF4554.tmp), and have to delete them manually. Am I doing something wrong? I am certain that I am not telling anyone to do the copying, so I can't see how to make file go away when not needed. Any help appreciated. -- Måns Rullgård [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]