[jboss-user] [Remoting] - Re: How to unregister a ServerInvoker?

tom.elrod@jboss.com do-not-reply at jboss.com
Mon Aug 21 11:21:19 EDT 2006


Just as a simple tests, I deployed a remoting-service.xml file in the deploy directory for JBossAS 4.0.4 and would then change some of the attribute values (i.e. backlog to 205).  This worked without any problems.  Contentes of remoting-service.xml pasted below.  

Can you post the service.xml you are using (or what ever you are using) or create a jira issue and put in how to duplicate what you are doing?

Thanks.

-Tom


  | <?xml version="1.0" encoding="UTF-8"?>
  | <!DOCTYPE server>
  | 
  | <server>
  |    <classpath codebase="lib"
  |       archives="*"/>
  | 
  |    <mbean code="org.jboss.remoting.network.NetworkRegistry"
  |       name="jboss.remoting:service=NetworkRegistry"/>
  | 
  |    <mbean code="org.jboss.remoting.transport.Connector"
  |       name="jboss.remoting:service=Connector,transport=Socket"
  |       display-name="Socket transport Connector">
  | 
  |       <attribute name="Configuration">
  |          <config>
  |             <invoker transport="socket">
  |                <attribute name="numAcceptThreads">1</attribute>
  |                <attribute name="maxPoolSize">303</attribute>
  |                <attribute name="clientMaxPoolSize" isParam="true">305</attribute>
  |                <attribute name="socketTimeout">60000</attribute>
  |                <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
  |                <attribute name="serverBindPort">6666</attribute>
  |                <attribute name="enableTcpNoDelay" isParam="false">false</attribute>
  |                <attribute name="backlog">203</attribute>
  |             </invoker>
  |             <handlers>
  |                <handler subsystem="mock">org.jboss.remoting.samples.http.WebInvocationHandler</handler>
  |             </handlers>
  |          </config>
  |       </attribute>
  |    </mbean>
  | 
  | </server>
  | 

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

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



More information about the jboss-user mailing list