Re: What is the difference between starting a node using Java application, and manual starting?

2017-04-21 Thread rick_tem
Is that entirely true?  Plugins don't start when you simply just start Ignite
with Ignite.bat or Ignite.sh unless you package your particular class among
the Ignite jars and add an org.apache.ignite.plugin.Pluginprovider file to
META-INF/services.  Or am I missing something.

Best,
Rick



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/What-is-the-difference-between-starting-a-node-using-Java-application-and-manual-starting-tp12143p12157.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: What is the difference between starting a node using Java application, and manual starting?

2017-04-21 Thread blasteralfred
Thanks @dkarachentsev .  I got it 



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/What-is-the-difference-between-starting-a-node-using-Java-application-and-manual-starting-tp12143p12152.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: What is the difference between starting a node using Java application, and manual starting?

2017-04-21 Thread dkarachentsev
Hi,

If under manually started you mean using ignite.sh(.bat) script, then there
actually is no difference, because at the end it calls the same
Ignition.start() method (Spring configured app as well). But with
programmatic starting you can run more than one node in single JVM. This may
be useful in tests.

Thanks!
-Dmitry.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/What-is-the-difference-between-starting-a-node-using-Java-application-and-manual-starting-tp12143p12150.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


What is the difference between starting a node using Java application, and manual starting?

2017-04-21 Thread blasteralfred
Hi,

I am completely new ti Ignite and am working around examples. I made a java
application, which uses ignition method to start node. Also, I know that
server can be manually started. What is the difference between these two and
why / in which all situations, should i use them?

Thanks in advance..



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/What-is-the-difference-between-starting-a-node-using-Java-application-and-manual-starting-tp12143.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.