Try our conversational search powered by Generative AI!

Remote events for multisites

Vote:
 

So how do we do this in the 7.5 version? As we don't have a site id anymore how do you set up the remote events endpoints and clients to get cache invalidation?

Cant seem to find any documentation on the subject.

#84408
Apr 01, 2014 16:17
Vote:
 
#84409
Apr 01, 2014 16:48
Vote:
 

Perfect!

Thanks Paul

#84410
Apr 01, 2014 16:57
Vote:
 

But then again. I should be able to run all "sites" (now applications) in the same IIS instans. Does that mean I wouldn't have to set up one endpoint per site?

#84414
Apr 01, 2014 17:45
Vote:
 

Setup I ended up with.

Server 1

----




contract="EPiServer.Events.ServiceModel.IEventReplication"
binding="netTcpBinding"
bindingConfiguration="RemoteEventsBinding"
address="net.tcp://<%ip server1%>:5000/RemoteEventService"
/>

contract="EPiServer.Events.ServiceModel.IEventReplication"
binding="netTcpBinding"
bindingConfiguration="RemoteEventsBinding"
address="net.tcp://<%ip server1%>:5001/RemoteEventService"
/>


...

contract="EPiServer.Events.ServiceModel.IEventReplication"
binding="netTcpBinding"
bindingConfiguration="RemoteEventsBinding"
address="net.tcp://<%ip server2%>:5000/RemoteEventService"/>

contract="EPiServer.Events.ServiceModel.IEventReplication"
binding="netTcpBinding"
bindingConfiguration="RemoteEventsBinding"
address="net.tcp://<%ip server2%>:5001/RemoteEventService"/>

contract="EPiServer.Events.ServiceModel.IEventReplication"
binding="netTcpBinding"
bindingConfiguration="RemoteEventsBinding"
address="net.tcp://<%ip server3%>:5000/RemoteEventService"/>

contract="EPiServer.Events.ServiceModel.IEventReplication"
binding="netTcpBinding"
bindingConfiguration="RemoteEventsBinding"
address="net.tcp://<%ip server3%>:5001/RemoteEventService"/>

.....



portSharingEnabled="true">


Then just reverce the client and server ips for the other two servers.

#91116
Sep 26, 2014 12:18
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.