Sorry, can't help you on that one. I use NetBeans all the time but never the visual editing componet. Good luck with the project.

-David

[EMAIL PROTECTED] wrote:

Yes, I don't have any control over this resizing. The web app is created 
visually in Netbeans, I looked into a lot of config parameters but could not 
see where to turn this resizing off.

Thanks anyway.


----Message d'origine----
Date: Fri, 28 Mar 2008 09:03:25 -0400
De: David Smith <[EMAIL PROTECTED]>
A: Tomcat Users List <users@tomcat.apache.org>
Sujet: Re: Tomcat mod_jk PNG resized to GIF with IE : too small

What I'm seeing is some weird scaling stuff being injected into the response being sent back to IE browsers:

<img id="form1:image1" style="width:100px;height:100px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/pngproblem/resources/jpp000.png;jsessionid=......', sizingMethod='scale')" src="/pngproblem/theme/com/sun/rave/ui/defaulttheme/images/other/dot.gif;jsession=......" alt="...." title="..." border="0" />

in Firefox, this is what I get:

<img id="form1:image1" src="/pngproblem/resources/jbb000.png;jsessionid=....." alt="...." title="....." border="0" />

Now I've replaced the really long unimportant stuff like jsessionid with '...', but you get the idea. Your webapp appears to be detecting an IE browser and altering the link to provide a scaling service.

--David

Saleem Edah-Tally wrote:

It seems to me it's a problem with Tomcat or mod_jk. I do no do convert any images myself on the fly. The PNG images gets converted if the request comes
from IE.
You can have a sample at pngproblem.nmset.info

IE displays PNG correctly if served by an Apache web server directly, as at opencim10.free.fr
So it's really a Tomcat or mod_jk problem.

Thanks.


Le vendredi 28 mars 2008, Christopher Schultz a écrit :


Set,

[EMAIL PROTECTED] wrote:
| I'm having a problem with PNG images served by Tomcat through mod_jk on
| Apache web server on Linux.
|
| When pages are browsed bt Internet Explorer, PNG images are converted

to GIF

| but the GIF images are very small.

Do you convert the images to GIF on the server, or are you saying that
MSIE does something, here?

If on the server, how are you performing the transcoding?

| Firefox does display the PNG images faithfully.

Does MSIE display the PNG images at the right size if you don't try to
convert to GIF on the fly?

-chris

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



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


SET
[EMAIL PROTECTED]


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



---------------------------------------------------------------------
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