[jboss-user] [Remoting] - Re: Socket keep alive with client EJB and RMI over HTTP

slimamar do-not-reply at jboss.com
Mon Jun 23 05:33:12 EDT 2008


Hi,

The 'timeout' parameter works fine with the socket transport as described in your config but not with this config  (http transport) :
 

  |    <mbean code="org.jboss.remoting.transport.Connector"
  |      name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
  |      <attribute name="InvokerLocator">servlet://${jboss.bind.address}:8080/servlet-invoker/ServerInvokerServlet/?timeout=300000</attribute>
  |      <attribute name="Configuration">
  |        <handlers>
  |          <handler subsystem="AOP">
  |            org.jboss.aspects.remoting.AOPRemotingInvocationHandler
  |          </handler>
  |        </handlers>
  |      </attribute>
  |    </mbean>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159856#4159856

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159856



More information about the jboss-user mailing list