It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hallo,
after the installation of JIRA the Webaddress is IP xxx.xxx.xxx.xxx:8080
how to change this in IP xxx.xxx.xxx.xxx/jira?
is it enough when i use a redirect via html in the file ../jira.html and change the base url in the JIRA configuration?
teccrow
This is done by front-ending your installation with a apache mod proxy. Atlassian own guide is available here:
https://confluence.atlassian.com/doc/using-apache-with-mod_proxy-173669.html
You can do it with other web servers, and it is possible with just Tomcat (but I don't recommend that, as it's a bit of a fiddle - certainly a *lot* more complex than just sticking Apache or Nginx in front of it)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Another option is to change tomcats context path and the port (server.xml i believe). On linux you also need to make sure the service account (non-root) running JIRA has permission to open the port 80 (setcap or authbind).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have multiple projects that use variations of the same base workflow. The variations depend on the requirements of the project or issue type. The variations mostly come in the form of new statuses ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.