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.