Avatar

Level 1

Here's my setup:

Jar located at:

C:\lcds\tomcat\webapps\Alerts\WEB-INF\lib\CliqAlert.jar

Remote-Config file here:

C:\lcds\tomcat\webapps\Alerts\WEB-INF\flex\remoting-config.xml

Service definition:

<destination id="AlertService">
       
<properties>
           
<source>com.company.cliq.alert.service.AlertServiceImpl</source>
           
<scope>application</scope>
        </properties>
   
</destination>            

Navigating to class from Jar file:

C:\lcds\tomcat\webapps\Alerts\WEB-INF\lib\CliqAlert.jar\com\company\cliq\alert\service\AlertServiceImpl.class