0 Replies Latest reply on Mar 4, 2015 11:36 AM by stanley103

    How to set Jboss RMI Timeout to longer

    stanley103

      i am using Jboss Web Server as RMI Client. i don't know Why Jboss Web Server RMI Timeout is 10 second, how can i set it longer? my Jboss version is jboss4.0.1.

      i have been set JDK ARGS "-Dsun.rmi.transport.tcp.responseTimeout=300000" into run.bat,  but it still 10 second timeout.

      if i run in Java Application with the same code, and add JDK ARGS "-Dsun.rmi.transport.tcp.responseTimeout=300000", it will change to 300 second timeout.