Hi everyone!
I have some intricate configuration on my system: I have two tomcats: one is tomcat 7, the second is tomcat 6. Both of them have installed Apahce Axis on top of them as described here<http://axis.apache.org/axis/java/install.html#Advanced_Installation%3a_adding_Axis_to_your_own_Webapp>. Both of this configurations has similar methods to be invoked remotely. What I'm trying to do is to send some RMI/RPC request to this machine and to force BOTH methods (one from tomcat 7 web application, second - from tomcat 6 application) be invoked. I wonder if it is possible and if yes, could somebody, please, explain how this is achievable. There is at least one problem I can see: i guess to do so, we need to make RMI/RPC request with port specified, so both tomcats/axis can recieve and handle it. Thanks in advance for help!! Regards, Vladimir. p.s. If I explained what I what to acieve not so clear and it is difficult to guess what I need, please, let me know. I'll try to add some more details and clarify all the things. Thanks again!