Hi Expert,
I am trying the UriDeployment, the xml setting is,
<property name="deploymentSpi">
<bean class="org.apache.ignite.spi.deployment.uri.UriDeploymentSpi">
<property name="uriList">
<list>
<value>file:///home/myProjects/price-processor-ignite/target/</value>
</list>
</property>
<property name="temporaryDirectoryPath"
value="/home/myProjects/deployment/"/>
</bean>
</property>
When ignite startup, I can find the something generated in the deployment
folder, but when I try to launch the client to execute methods in my jar,
but it shows class not found, I am not sure if something I missed.
And btw, if we redeploy the jar into the ./target, we cancel/start the
service in the jar, ignite will reload the new jar, right? If so, I no need
to restart the ignite instance.
Thanks again.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/