GeoEvent: Path to the Websocket for the Internet?

4138
2
Jump to solution
11-01-2015 09:46 AM
IrfanClemson
Occasional Contributor II

Hi,

I have a test setup where both port 80 and 6180 are open to the extranet. So I could go to:

http://MYSERVER.DOMAIN.EDU/arcgis/rest/services and select my Streaming Service and then click 'Subscribe'; the Subscribe link works within the intranet but not within the internet and I think the problem is that the Web Socket call is referencing the intranet machine name, such as

'ws://GCENTERDEV1:6180/arcgis/ws/services/...'

It should be something like ws://myserver.domain.edu:6180/arcgis/ws/services/...

What do I need to do to fix it? Surely this can't be that complicated because otherwise the GeoEvent extension will be hard to configure.

Thanks!

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
IrfanClemson
Occasional Contributor II

So, yes, the above link helped me to fix the problem! Here is what I entered:

{"WebSocketContextURL" :"ws://myserver.domain.edu:6180/arcgis"}

View solution in original post

0 Kudos
2 Replies
IrfanClemson
Occasional Contributor II

Oh, dummy me, here is a possible solution. Apologies: websocket url configuration in stream service

0 Kudos
IrfanClemson
Occasional Contributor II

So, yes, the above link helped me to fix the problem! Here is what I entered:

{"WebSocketContextURL" :"ws://myserver.domain.edu:6180/arcgis"}

0 Kudos