Hello All,

I have a servlet which generates and returns an PNG, setting the mimetype with setContentType("image/png"). Everything works fine when Tomcat directly handles the request. However, when using mod_jk to pass the requests through Apache, the mime type of the response seems to be lost by the time Apache receives it.

My mod_jk.conf is very simple, using Tomcat to serve all of the content in the context:

JkMount /sampleIndexWms/* ajp13


Can anyone tell me what I'm doing wrong here? Versions are: Tomcat 5.5.20, mod_jk 1.2.20.


Thanks!

-- john


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to