I have a problem when trying to display a gif header on my servlet
generated web pages. The gif file for this header is stored under the
webaps directory under Tomcat, so Tomcat serves up the image. The
problem is only 1/2 of the image gets displayed. This is a 640x40 pixel
images so it is small.

This only happens on a Web Browser running UNIX. On the NT box the full
gif is displayed.

This worked before on Apache 1.3.x and Tomcat 4.0.3 on all systems. The
Apache/Tomcat server is a multi cpu UNIX box. I am using mod_jk for a
connector.

On the UNIX desktop if I force my way to Tomcat via
http://myserver:8080/DCS/image/header.gif the I get the full image. So
it is the case that this only happens when Apache is mapping over to
Tomcat.

I have worked around the problem by moving the image to the apache side
htdocs directory and it works as expected on all desktops.

I read that the Apache2 product utilized more threading then the 1.3
vintage. I am not sure if I am catching a synchronization problem or
not.

Any ideas would be very much appreciated.


Scott Strecker

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to