Hello experts~~~
  my goal is to use ignite(in standalone server style) from tomcat webapp.
  And I am trying to start ignite client in web app owned logic(programming
it, not by ServletContextListenerStartup), does it work?  

in my project, I want to hide one table (table in mysql DB) by putting
ignite layer on above of it.

indeed, ignite doesn't support insert/update/delete so far. So I did some
coding to translate them to put operations....~~~~

 however, the exception is about "class org.apache.ignite.IgniteException:
Ignite instance with this name has already been started: b2c_acc"...   what
is the root cause of it? might it be only one ignite instance there per
jvm?.... and where/who start ignite several times?....



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/How-to-start-and-use-ignite-in-Tomcat-tp4776p4822.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to