Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I open Jira with Website:8080 how can i configuree. That i can open without the 8080

Ralf Thmas
Contributor
September 1, 2021

Hello,

 

I open Jira with Website:8080 how can i configuree. That i can open without the 8080

 

Greets

Ralf

 

 

2 answers

1 vote
Charlie Misonne
Community Champion
September 1, 2021

Hi Ralf,

There are several options. By default Jira will listen op port 8080 indeed.

Ideally you put a reverse proxy in front of Jira in order to rewrite port 80/443 to 8080. This way your users will not have to specify the port in the URL.

And if you are on a Windows server you can adapt the server.xml and replace port 8080 by port 80.
Linux will not allow this unless you run Jira as root user but that's a bad idea.

On a side note: please consider running Jira over https via a reverse proxy or directy in tomcat.
See Running Jira applications over SSL or HTTPS 

Charlie Misonne
Community Champion
September 27, 2021

Hi @Ralf Thmas

If this answer solved your question please mark it as accepted. This way we can keep the community nice and tidy :-)

Cheers!
Charlie

0 votes
Ralf Thmas
Contributor
September 3, 2021

ok. Thank you :)

Suggest an answer

Log in or Sign up to answer