The client requested to download a compressed log file, using Ext.js a form submission on an embedded iframe
. Request was sent to server, which has Apache and JBoss 6. The servlet compresses log files, do some database operation and returns the compressed file.
Exactly after 2 min, the 504 Gateway Time-out The server didn't respond in time message is seen at the browser net panel. How to fix this error?
timeout
, other option could be reviewing the workflow and implement the use case differently. E.g.: one request to start the operation (in this case compression), some notifications of the progress and a final notification with the link to download the file. – Ileum