Expand my Community achievements bar.

FDS and Remote object

Avatar

Level 1
Hi All,



How do I connect to a remote object (a java class) that is
residing on a different machine and not inside the classes folder
of the WEB-INF/classes folder. I am using FDS with Tomcat server.

Right now, I copy the java class into the classes folder of
WEB-INF Folder and then define a destination in the
Remoting-config.xml.



<destination id="DestinationName">

<properties>

<source>JavaClass</source>

<scope>application</scope>

</properties>

</destination>



Please let me know how to use remoting if the class is on a
different server.



Thanks in advance,

klepto
0 Replies