digerata
09-16-2008, 08:11 AM
Two different applications in the grid, both setup similarly are not receiving HTTP POSTs over about 3MB in size. Both applications receive requests via:
INSSL -> HLB -> Tomcat (Apache + Tomcat + LUX64)
The first application is using a typical multipart form post to a servlet. The second application is using a flash component to do about the same thing (non multipart post).
Both applications process the file in tens of milliseconds after the 2MB upload has finished. In searching the forums I found this topic about setting the timeout of HLB:
http://forum.3tera.com/showthread.php?t=257
But it's not quite the same. We don't appear to be having a timeout issue. I've adjusted the timeout of HLB to an hour, and no change. When sending a 2MB file, the response is immediate in the application log files. Sending a slightly larger file gives no update in the application log files.
Is there a MAX_SOMETHING property I'm missing in either the INSSL or the HLB?
Thanks!
-Mike
INSSL -> HLB -> Tomcat (Apache + Tomcat + LUX64)
The first application is using a typical multipart form post to a servlet. The second application is using a flash component to do about the same thing (non multipart post).
Both applications process the file in tens of milliseconds after the 2MB upload has finished. In searching the forums I found this topic about setting the timeout of HLB:
http://forum.3tera.com/showthread.php?t=257
But it's not quite the same. We don't appear to be having a timeout issue. I've adjusted the timeout of HLB to an hour, and no change. When sending a 2MB file, the response is immediate in the application log files. Sending a slightly larger file gives no update in the application log files.
Is there a MAX_SOMETHING property I'm missing in either the INSSL or the HLB?
Thanks!
-Mike