Hi,
hemanta wrote > I hit on subscription button but I am not getting any email. I tried > couple of times. Can you try another email? hemanta wrote > Thanks for your reply. I would like to share the data between applications > but we have two web applications running in same tomcat. They have two > web.xml files. Right now I have two ignite configuration files that I am > loading from each web.xml. It works but in this approach data in > duplicated between two applications which is increasing memory footprint. You need to start a single node per app server, not per application. In Tomcat you can implement LifecycleListener [1] and use Ignition.start() method to start the node within this implementation. Will this work for you? [1] https://tomcat.apache.org/tomcat-9.0-doc/config/listeners.html -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Two-nodes-in-one-JVM-Tomcat-tp3519p3546.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
