JBoss Community

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

created by dhaval joshi in Beginner's Corner - View the full discussion

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

Start a new discussion in Beginner's Corner at Community