RE: Image problem on tomcat

2007-07-03 Thread Propes, Barry L
maybe WAP browsers aren't configured to handle that extension? -Original Message- From: Zilberstein Yuval [mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 11:13 AM To: Tomcat Users List Subject: Image problem on tomcat Hello all, I have an image problem on the Tomcat serv

Re: Image problem on tomcat

2007-06-28 Thread Martin Gainty
- From: "Zilberstein Yuval" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, June 28, 2007 12:12 PM Subject: Image problem on tomcat Hello all, I have an image problem on the Tomcat server. I have a picture with a special Korean format: cwsis. It is j

Re: Image problem on tomcat

2007-06-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yuval, Zilberstein Yuval wrote: > I am trying to display the image on a special mobile browser, by > requesting it from a jsp on the tomcat server, But the browser can not > display it. Does this image render properly on a "normal" web browser (like

Re: Image problem on tomcat

2007-06-28 Thread Jon Wingfield
Is it a mime-type issue? The content is probably being vended as application/octet-stream, which the mobile device is probably not liking. You can add additional mime-mappings into your web.xml. If you are fronting tomcat with apache httpd you can also add mime-mappings into the httpd.conf Jo

Image problem on tomcat

2007-06-28 Thread Zilberstein Yuval
Hello all, I have an image problem on the Tomcat server. I have a picture with a special Korean format: cwsis. It is just like any other jpg or gif image, but with a format that is not popular. The image itself is on the tomcat server. I am trying to display the image on a special mobile browser, b