I'm developing a web app with Spring, Hibernate and Informix...
It has a data importing process that takes up to 30 minutes, and while the user is waiting for it to end Internet Explorer shows an error telling the user that the page cannot be displayed, but the web app is still running (it keeps writing logs and importing data).
Why does this happen? Is it because it takes so long to show the resulting jsp?
How can I avoid this?
Thank you.