Here is my setup:

 
 User --> WebKit server <-- Gw

User runs a servlet A on the Web which sends a command to the Gw.
Gw uploads a file to the Web using servlet B.

The problem with this scheme is that it doesn't work -- after pressing
Submit button browser prints "redirecting..." forever and
Logs/Activity.csv doesn't containg PUT request from gw (last entry is
POST from servlet A).
At this point, WebKit stops to respond to any requests at all.
Gw receives a command, start curl -to upload a file and hangs.

If I manually run file upload to servlet B it works.
If I comment out request from Servlet A to A it works.

Seems like thread's deadlock or something like this.
Servlets A and B don't share anything.

Any ideas of what could be wrong?

-- 
Bst rgrds, M.A.X.: Mechanical Artificial Xenomorph.


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to