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