Hello,
You would need to user a proxy software to remove the port. Have a look at this article:
https://confluence.atlassian.com/jirakb/integrating-jira-with-nginx-426115340.html
HI Alexey
Could you tell me is there any other option to remove the port number from URL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This option is widely used. You could try to give the root access to the jira, confluence and bitbucket user and modify the server.xml, but it is not a recommended way and I never tried it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can we use the default ports (80 for HTTP and 443 for https) the port number doesn't display at the end of the URL in your browser?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you follow the link I mentioned, you will be able to use the default ports.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how we can remove port number without using JIRA.
how is it possible
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not sure I understand your question.
What application is running on www.xyz.com:9201?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are two ways to do this in general. With a proxy, or by running the Tomcat behind Jira in a way that exposes Jira on the standard ports.
Both methods don't really "get rid" of the port numbers. Browsers (and other software that connect to remote systems) assume that when someone uses http and don't specify a port, then they mean "port 80". And similarly for https and port 443.
Alexey has already given you a link for running Nginx as the proxy - that can take traffic on port 80 and proxy it back to Jira on port 9021 (assuming you're happy for that to be where Jira runs).
If you don't want to do that, then modifying the Tomcat is a matter of changing the port in the server.xml. BUT, you will also then need to modify the security settings on the operating system in ways that most of us recommend you do NOT (running Jira as a privileged user, disabling security systems, etc)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You do exactly the same thing - put a proxy in front of it (or let the Tomcat run on port 80 or 443, which is not recommended)
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.