Login  Register

AW: Problems loading image from streaming servlet

Posted by Markus Krischke on Aug 22, 2005; 5:28pm
URL: http://imagej.273.s1.nabble.com/Re-Problems-loading-image-from-streaming-servlet-tp3705002p3705004.html

Hi,

Thanks for the hint. I changed the loading method of the plugin like you
suggested. I´ll try this improved version tomorrow...

Best regards,
Markus

-----Ursprüngliche Nachricht-----
Von: ImageJ Interest Group [mailto:[hidden email]] Im Auftrag von
Prodanov, D. (FYS)
Gesendet: Montag, 22. August 2005 10:43
An: [hidden email]
Betreff: Re: Problems loading image from streaming servlet

Hi,

I think that you should set a time-out variable in the applet and try to
repeatedly load the image until the
timeout is reached (say 10 000 ms). Check also the configuration of IIS. I
am not sure how well it does
integrate with Tomcat.

best regards

Dimiter

-----Original Message-----
From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of Markus
Krischke
Sent: Tuesday, August 09, 2005 9:15 AM
To: [hidden email]
Subject: Problems loading image from streaming servlet

Hello everybody,

we´re using the imagej applet in a web application in combination with dicom
images. Our application is running on a Windows 2003 machine with Tomcat
5.0, connected via ISAPI filter with IIS 6.0. The images for the applet are
accessed by a streaming servlet which simply writes the image data to the
outputstream of the browser.

As long as i access our application directly via Tomcat this works perfect.
However, when i access the application via IIS the applet loads the image
only on every 3rd or 4th reload of the page. If it´s not loading the image
only displays the url which it tries to open but no status bar appears.

Did anyone have similar problems accessing images over an url? Is there a
known problem in IIS/Tomcat scenarios?

Thanks a lot for your help,
Markus