[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - Re: JSR88 updated with a StreamingTarget implementation

scott.stark@jboss.org do-not-reply at jboss.com
Wed Dec 6 16:11:41 EST 2006


The streaming upload handler is a new subsystem added to the unified invoker Connector configuration:


  |    <mbean code="org.jboss.remoting.transport.Connector"
  |           name="jboss.remoting:service=Connector,transport=socket"
  |           display-name="Socket transport Connector">
  | ...
  |             <handlers>
  |                <!-- can also specify handler by fully qualified classname -->
  |                <handler subsystem="invoker">jboss:service=invoker,type=unified</handler>
  |                <!-- The JSR88 deployment service StreamingTarget handler -->
  |                <handler subsystem="JSR88">org.jboss.deployment.remoting.DeployHandler</handler>               
  |             </handlers>
  |          </config>
  | 


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

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



More information about the jboss-dev-forums mailing list