Re: Deploying the Ignite Maven Project in LINUX

2020-05-08 Thread nithin91
Thanks for sharing the link. It is really very helpful. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Deploying the Ignite Maven Project in LINUX

2020-05-07 Thread Evgenii Zhuravlev
Hi, as for fat jar: https://www.baeldung.com/executable-jar-with-maven But it's not necessary to create a fat jar, you can just put all needed libraries to the lib folder and add these libs to the classpath when you start jar: https://docs.oracle.com/javase/7/docs/technotes/tools/windows/classpat

Re: Deploying the Ignite Maven Project in LINUX

2020-05-07 Thread nithin91
Hi I am new to JAVA. If possible , can you please share a link on how to create fat jar(i.e jar with all dependencies) using eclipse. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Deploying the Ignite Maven Project in LINUX

2020-05-06 Thread Evgenii Zhuravlev
Hi, You can just compile jar file with all dependencies and run it from any machine. Evgenii вт, 5 мая 2020 г. в 03:14, nithin91 < nithinbharadwaj.govindar...@franklintempleton.com>: > Hi > > We have couple of ignite nodes running in LINUX and the cache configuration > details are specified in

Deploying the Ignite Maven Project in LINUX

2020-05-05 Thread nithin91
Hi We have couple of ignite nodes running in LINUX and the cache configuration details are specified in the bean file and deployed on both the nodes.Now i am connecting to one of the nodes as client and loading the cache from my local system. Is there a way, i can deploy the JAVA code with Mave