Dear all,
We have switched from Confluence Cloud to Confluence Server lately. And we try to configure the domain settings on Azure VM. We see that we can serve internet on port 80 but unfortunately cannot connect to Confluence Server on port 8090 yet.
We are using MsSQL Server 2014 and we did the necessary configuration on this and IIS as well, we suppose.
Should we change server base URL or change inbound security rules? We try them all but we cannot reach a solution.
Could you please guide us about what we are missing ?
Hi Naime,
I understand you installed Confluence on a Windows VM hosted by Microsoft Azure, but cannot access Confluence on port 8090.
I am not an Azure expert, but I hope I can still help. In my experience with Windows Server, the issue can be caused by port 8090 being blocked on the Windows Firewall. For Azure, I found this article: How to open ports to a virtual machine with the Azure portal
I look forward to hearing if opening port 8090 enables you to access Confluence.
Thanks,
Ann
Hello Ann,
Thanks a lot, it was helpful and we could access to the 8090 port. that is fine!
But one another issue is how to direct 8090 port to port 80. we need a way to do it without using IIS. currently we can view our Confluence server page on docs.xxxxx.com:8090 but we need to view it on docs.xxxxx.com , maybe that is just too basic information but i am new to all this Azure VM settings.
Best regards,
Naime
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First, make sure the system is not running any web servers (IIS, Apache etc), or anything else on port 80.
Then, modify the Tomcat that runs Confluence so that it runs on port 80. That's in the server.xml file. You might have to alter security settings in the OS to allow it too.
Note - I'd recommend doing it with a proxying web-server - it's easier and safer.
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.