dhaval joshi [http://community.jboss.org/people/dhaval0129] created the 
discussion

"Re: Migration from Jboss server to Tomcat, war file has Jboss-remoting 
dependencies"

To view the discussion, visit: http://community.jboss.org/message/601556#601556

--------------------------------------------------------------
Hi Peter 

I refered documentation on Jboss Remoting 2 ,I think I pretty much figured out 
where all configuration file goes.
but In my Jboss-service.xml I have following <mbean> tag. I do not know where 
should I replace this in tomcat

 <mbean code="org.jboss.remoting.transport.Connector"
          name="jboss.remoting:service=Connector,transport=SSLServlet"
          display-name="SSL Servlet transport Connector">

              <attribute name="InvokerLocator">
                 
sslservlet://localhost:8443/servlet-invoker/ServerInvokerServlet
              </attribute>
              <attribute name="Configuration">
                 <config>
                    <handlers>
                       <handler 
subsystem="test">org.jboss.test.remoting.transport.web.WebInvocationHandler</handler>
                    </handlers>
                 </config>
              </attribute>
   </mbean>

Thanks
Dhaval Joshi
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/601556#601556]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to