4 Replies Latest reply on Feb 18, 2009 11:43 AM by peterj

    Action canceled

      I'm getting Action Canceled for an jsp application running on a jboss/tomcat server. Sun server with Solaris. When I run the application on my own PC, the applications works fine. It takes some minutes to run the applications. It connects to an database, retrieves some data, processes and writes to a file. But sometimes it works on the Sun server.

      Is there a timeout value in jboss og Tomcat that tells Internet Explorer to tell the user that "Action is canceled" ?


        • 1. Re: Action canceled
          peterj

          Try playing with the connection-timeout value for the port 8080 Connector in the server.xml file.

          • 2. Re: Action canceled
            peterj

            For more details on the values you can use in server.xml, see http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

            • 3. Re: Action canceled

              Thank you for the reply. I tried to set the connectionTimeout to 1800000, but I still get the "Action is canceled". I also tried setting connectionTimeout to zero, which might mean "endless wait". But still "Action is canceled". I restartet jboss after I changed the value.
              But what about the "keepAliveTimeout"? Where do I find it, and is there any sense in trying to increase it?
              Or have you any other suggestions?

              • 4. Re: Action canceled
                peterj

                The server.xml file would be the onlt file that would have such timeout options. Since it works on Windows, and I assume that it takes as long to process the request on Windows as it does on Solaris, I suspect that there is some timeout option in Solaris that you will have to change.