H
HightowerC
Hello all.
This might be slightly off topic for this forum, but I'm betting
there's some of you out there with some experience with Apache Tomcat.
Here's my problem.
I have an applet that is used for scanning document images. When the
applet loads, it loads a multipage tiff file, and via a different
command line based application, splits the pages in to single page
tiff files with names in the format of pageaa.tif, pageab.tif, etc.
My problem is that when the pages get 'split' apart, Tomcat doesn't
seem to recognize that the new files exist. i.e. If i point my broswer
at http://localhost:8080/myapp/images/pageaa.tiff I get a HTTP 404
error. If I wait a few minutes and try again, then I no longer get the
error.
Then, if I add another page on the end of the list (ie. pageac.tif)
Tomcat gives me a 404 error for just that page. I can get to pageaa
and pageab, but not pageac. Again, if I wait a few minutes, I can
eventually get to pageac without the 404 error.
I'm thinking that tomcat is just taking a while in recognizing that
the new tiff files (single pages) exist. Is there anything I can do?
Am I on the right track?
This might be slightly off topic for this forum, but I'm betting
there's some of you out there with some experience with Apache Tomcat.
Here's my problem.
I have an applet that is used for scanning document images. When the
applet loads, it loads a multipage tiff file, and via a different
command line based application, splits the pages in to single page
tiff files with names in the format of pageaa.tif, pageab.tif, etc.
My problem is that when the pages get 'split' apart, Tomcat doesn't
seem to recognize that the new files exist. i.e. If i point my broswer
at http://localhost:8080/myapp/images/pageaa.tiff I get a HTTP 404
error. If I wait a few minutes and try again, then I no longer get the
error.
Then, if I add another page on the end of the list (ie. pageac.tif)
Tomcat gives me a 404 error for just that page. I can get to pageaa
and pageab, but not pageac. Again, if I wait a few minutes, I can
eventually get to pageac without the 404 error.
I'm thinking that tomcat is just taking a while in recognizing that
the new tiff files (single pages) exist. Is there anything I can do?
Am I on the right track?