Hi
I have to create an on the fly SVG file,PNG using Batik and send it
directly to client using servlet. I am using Tomcat server. I tried to use
ServletOutputStream to stream the Svg or png data. I have set the content
type(MINE type) as "image/svg-xml" ("image/png" for png image). The problem
is, i am getting the following error. Please help me to find out a
solution.Thanks in advance.
Error:
java.lang.IllegalStateException
at
org.apache.jasper.runtime.ServletResponseWrapperInclude.getOutputStream(ServletResponseWrapperInclude.java:109)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]