Hi
In the following programs AcceptAndSaveTransmittedFile
servlet spawns the
thread SendResponseThread.
The intention is the thread will be spawned when the servlet is initialized and then the thread will look into Transmission
folder and move files to TransmissionReceived folder at 10sec interval.
But after the first time the thread moves the folders , it goes to sleep and doesn not wake up !!!
Any idea why this is happening. I would hughly appreciate if someone can let me know where am making the mistake.
[EJFH Added "CODE" tags for formatting.]
[ January 25, 2005: Message edited by: Ernest Friedman-Hill ]