Re: Ignite Web Session Clustering with standalone node

2020-04-03 Thread kay
Thank you so much -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite Web Session Clustering with standalone node

2020-04-01 Thread Stephen Darlington
The way you connect to a single server or a cluster is the same. You need to define a “finder” and the way you do that — well, one of the ways — is to configure it in an XML file (https://apacheignite.readme.io/docs/tcpip-discovery ). In

Ignite Web Session Clustering with standalone node

2020-04-01 Thread kay
I'd like use web session clustering in my application. I checked a page https://apacheignite-mix.readme.io/docs/web-session-clustering and There is no way to set standalone ignite nodes.. only like this ... IgniteConfigurationFilePath config/default-config.xml how to set server ip:port

Re: Ignite Web Session Clustering

2017-10-26 Thread slava.koptilin
h the following servlet containers: Apache Tomcat 7 Eclipse Jetty 9 Apache Tomcat 6 Oracle WebLogic >= 10.3.4 > As we're not using the most recent versions of those frameworks and there > are something like Seam contexts, do you think that our application is > suitable for Ignite Web S

Re: Ignite Web Session Clustering

2017-10-23 Thread whcmachado
not using the most recent versions of those frameworks and there are sommething like Seam contexts, do you think that our application is suitable for Ignite Web Session Clustering? Do you have any advice? I really appreciate any help you can provide. Thank you! -- Sent from: http://apache-ignite

Re: Ignite Web Session Clustering

2017-10-20 Thread Ilya Kasnacheev
Hello! May it be so that you lost the session cookie during redeploy of war to webapps folder? For example, you could close browser session and start a new one. This will lead to allocation of new session with counter at zero, while the previous counter still exists but now inaccessible? Can

Ignite Web Session Clustering

2017-10-20 Thread whcmachado
Hi there, I'm trying to use Web Session Clustering. First, I got an example from the topic http://apache-ignite-users.70518.x6.nabble.com/Error-when-trying-to-configure-web-session-clustering-td6596.html where Vladislav PyatkovReply shared a Ignite-WebApp example

Re: Design question on the Ignite Web Session Clustering.

2017-09-08 Thread Michael Cherkasov
09-07 20:12 GMT+03:00 Shrikant Patel <spa...@pdxinc.com>: > Hi All, > > > > I have design question about Ignite web session clustering. > > > > I have springboot app with UI. It clustered app ie multiple instance of > springboot app behind the load balancer.

Re: Design question on the Ignite Web Session Clustering.

2017-09-08 Thread Alison Mullan
/support issues for your end-users. Best regards Ali On Thu, Sep 7, 2017 at 6:12 PM, Shrikant Patel <spa...@pdxinc.com> wrote: > Hi All, > > > > I have design question about Ignite web session clustering. > > > > I have springboot app with UI. It clustered app ie multi

Design question on the Ignite Web Session Clustering.

2017-09-07 Thread Shrikant Patel
Hi All, I have design question about Ignite web session clustering. I have springboot app with UI. It clustered app ie multiple instance of springboot app behind the load balancer. I am using org.apache.ignite.cache.websession.WebSessionFilter()to intercept request and create\manage session