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>
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.
yeah... let me try calling the Rest API on my server and get back.Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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`.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.