Re: Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread Chris P.
Hi John, I'm not overly familiar with OSX, but does ifconfig show a loopback device when you're not connected? Can you not create a dummy NIC and statically assign some 10.0.0.10 address or something, then let tomcat bind to that? You may have to add something to the hosts file for it to work,

tomcat clustering multicast IGMPv3 SSM

2018-04-13 Thread Chris P.
Is Tomcat clustering supported with Source Specific Multicast (IGMPv3). I can't find any documentation about this (and my attempts have failed), if this is not supported, is my best bet to use StaticMembershipInterceptor so that I can cluster accross VLANs?