Is there a way to connect LCDS to a jar being hosted inside a war file? My service class is in the lib/jar file rather than exposed in the classes directory on the server. I'm attempting to setup the remoting-config.xml, but not sure what to put in the source (see below)
<destination id="AlertService">
<properties>
<source>???</source>
<scope>application</scope>
</properties>
</destination>