LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Inactivity Timeout (https://www.linuxquestions.org/questions/linux-software-2/inactivity-timeout-468099/)

thisObject 07-27-2006 01:00 AM

Inactivity Timeout
 
Hello all,

I have a web site runnin on FC5 with Tomcat.
Everything was working fine until now.

From one <form> I call a servlet and get the following error message:

Inactivity Timeout
Description: Too much time has passed without sending any data for document http://www.MyDomainName.net/WEB/PostIt.

what is wrong?

Thank you.

thisObject 07-27-2006 01:04 AM

Need to say that jsp pages a served without any problems.

thisObject 07-27-2006 01:40 AM

Servlet that I call sends out an email using GMAIL SMTP.
Thanks.

thisObject 07-27-2006 01:48 AM

Hi again,

Some more explanation on the problem.

I have html page with <form> tag. This form calls a servlet which connects to a database and sends out an email.

when I click a button (call the servlet) it hangs for some time and then I get the following error message:

Inactivity Timeout
Description: Too much time has passed without sending any data for document http://www.MyDomainName.net/WEB/PostIt


All times are GMT -5. The time now is 12:18 AM.