Posted by
Abramoff-Michael on
Aug 18, 2005; 5:11pm
URL: http://imagej.273.s1.nabble.com/Re-Problems-loading-image-from-streaming-servlet-tp3705002.html
This probably has nothingto do with Tomcat in itself. Most probably, IIS or TCP is blocking streaming without you being aware of it. IIS/Tomcat is not as dependable as Tomcat standalone in my limited experience.
Check progress of streaming, i.e. give the client time to catch up and you should be okay.
Michael Abramoff
Michael D. Abràmoff, MD, PhD
Assistant Professor of Clinical Ophthalmology / Assistant Professor of Electrical and Computer Engineering
Department of Ophthalmology and Visual Sciences
University of Iowa Hospital and Clinics, PFP 11290C
200 Hawkins Drive Iowa City, IA 52242
USA
Tel: +1 319 384 5833. Secretary Val Bell: +1 319 356 3938.
Skype michael-abramoff
[hidden email]
-----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