0 Replies Latest reply on May 26, 2004 3:52 PM by davout

    How to define timeout on remote calls to JBoss?

    davout

      A newbie question...

      I'm building a combined Struts + JBoss application. To aide development I want to split the process load so that the Struts app runs on one machine and the JBoss tier runs on a second.

      I've setup the JNDI params so this works, however I've noticed that on certain calls where a JBoss session bean has a fair amount of processing to perform at the Struts end of the link the process is timing out.

      Is it possible to define a custom time out period? If so, how and where?