1 Reply Latest reply on Jan 12, 2007 10:20 AM by peterj

    how can i set the time out of jboss db connection

    sunaneeshblu

      Dear All,

      I am new jboss when i sending request to db through front end for fetching ...jboss showing timed out exception..how can i manage the time out settings in jboss..pls help me out..

      TIA
      An

        • 1. Re: how can i set the time out of jboss db connection
          peterj

          The < blocking-timeout-millis > property for a datasource determines how many milliseconds a thread will wait for an available connection before timing out. Do you really have so many threads wanting connections that some of them get timeouts? You might want to consider also increasing the maximum number of connections.

          If this isn't the timeout you were looking for, please post the console output for the timeout error, and the contents of your *-ds.xml file.