It depends upon the protocol used.
e.g. if you are using the default RMI method, you should check the options available
in the jdk documentation.
You should also check your OS settings.
Alternatively, where relevant, JBoss allows you to override the socket creation
so you can configure whatever you like using client/server socket factories.
e.g. for RMI in conf/jboss-service.xml
|
| <!-- RMI/JRMP invoker -->
| <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker"
| name="jboss:service=invoker,type=jrmp">
| <attribute name="RMIObjectPort">4444</attribute>
| <attribute name="ServerAddress">${jboss.bind.address}</attribute>
| <!--
| <attribute name="RMIClientSocketFactory">custom</attribute>
| <attribute name="RMIServerSocketFactory">custom</attribute>
| <attribute name="SecurityDomain">ssl-domain-name</attribute>
| -->
|
| <depends>jboss:service=TransactionManager</depends>
| </mbean>
|
uncomment and replace custom with your implementation, e.g. one
that sets a read timeout on the socket.
You might also try java 1.4 which is a lot better than previous versions
at detecting network problems.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836099#3836099
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836099
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user