Which port to use for Dispatcher flush on Author Instance
I'm trying to get the dispatcher flush to work in my author and publish instances, however, whenever I test the connection I get the following error:
*************************************************
~~Replication test to http://localhost:8000/dispatcher/invalidate.cache
17.08.2015 15:55:51 - Create new HttpClient for Dispatcher Flush
17.08.2015 15:55:51 - * Auth User: admin
17.08.2015 15:55:51 - * HTTP Version: 1.1
17.08.2015 15:55:51 - adding header: CQ-Action:Test
17.08.2015 15:55:51 - adding header: CQ-Handle:/content
17.08.2015 15:55:51 - adding header: CQ-Path:/content
17.08.2015 15:55:51 - deserialize content for delivery
17.08.2015 15:55:51 - No message body: Content ReplicationContent.VOID is empty
17.08.2015 15:55:51 - Sending GET request to http://localhost:8000/dispatcher/invalidate.cache
17.08.2015 15:55:52 - Error while sending request: java.net.ConnectException: Connection refused: connect
17.08.2015 15:55:52 - Replication (TEST) of /content not successful: java.net.ConnectException: Connection refused: connect Conversation follows
17.08.2015 15:55:52 - ------------------------------------------------
17.08.2015 15:55:52 - Sending message to localhost:8000
17.08.2015 15:55:52 - >> GET /dispatcher/invalidate.cache HTTP/1.0
17.08.2015 15:55:52 - >> CQ-Action: Test
17.08.2015 15:55:52 - >> CQ-Handle: /content
17.08.2015 15:55:52 - >> CQ-Path: /content
17.08.2015 15:55:52 - >> Referer: about:blank
17.08.2015 15:55:52 - >> Content-Length: 0
17.08.2015 15:55:52 - >> Content-Type: application/octet-stream
Replication test failed
Connection refused: connect
*******************************************************
Port 8000 was the default port so I left it, however when I check to see what ports are in use on the server, 8000 doesn't come up in the list. I'm assuming this is why I'm getting the error so my question is: Is there any way to know what port I should be using? My Author instance is running off port 8080 and my publish instance is using port 4502.
I'm relatively new at this so any help would be most welcome.
THanks.