JSP Timeout Issue in Struts2

一世执手 提交于 2019-12-11 10:57:52

问题


I am using struts framework in which a JSP page submits form data. In Action we have a REST call to other application whose timeout is set to -1 (infinite). The request is processed at the other application smoothly. But while the processing the request in Action, the JSP page is redirected to error page which is set in struts.xml config.

What am assuming is the JSP page timeout or struts redirected to the error page because of long delay.

How can i avoid this behaviour?

来源:https://stackoverflow.com/questions/22815438/jsp-timeout-issue-in-struts2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!