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 
<https://apacheignite.readme.io/docs/tcpip-discovery>). In your example, that’s 
config/default-config.xml. For web session caching there’s no way to connect to 
a server with just an IP address and port. 

Regards,
Stephen

> On 1 Apr 2020, at 08:40, kay <goek...@gmail.com> wrote:
> 
> 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 ...
> 
> 
> <context-param>
>   <param-name>IgniteConfigurationFilePath</param-name>
>   <param-value>config/default-config.xml </param-value>
> </context-param>
> how to set server ip:port at web.xml file?? or is there another way to
> connect to ignite server??
> 
> Thank you
> 
> 
> 
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Reply via email to