We are using Cloud Confluence and wanted to know which port does it run. Please help, I need to use that for calling Rest API>
In confluence installation directory check <installation>/conf/server.xml file and find `<Server>` tag, inside this tag you will find on which port confluence is running.
Something like this,
<Server port="8000" ...
Here Confluence is running on port `8000`.
Hi @Smita ,
Could You please clarify, You said 'Cloud Confluence' or mean server? I suppose cloud run in 443 port. More about cloud api https://developer.atlassian.com/cloud/confluence/rest/
B.R.
I am using Confluence in Cloud. Let me check 443 port.
For confluence cloud it is always 443 (as it is default https port).
yeah... let me try calling the Rest API on my server and get back.Thanks!
It looks like you're new here. Sign in or register to get started.