Latelly I've installed JIRA on my computer at home, to manage my projects. I've got VMWare Wokrstation with Ubuntu Server 12.04 running there. On this machine I installed latest JIRA version, but it is accessed through virtual machine ip and port.
I would like to set something like http://jira.local:port/, but I'm not sure where I should change, that. I assume, that changing baseURL through JIRA settings interface woun't be enough. Everything has default settings except ports, but they are not the issue.
I assume, that changes should be applied to /opt/atlassian/jira/conf/server.xml + before that change a change should be done in jira system settings for baseURL.
Any errors in my assumptions? If so, then what would be the right way?
Hey Eugene, how you doing? :)
So based on your question, I believe you could set a context path to your 'home' instance (you would have something like: http://vm_address:8080/myjira). But to trully achieve what you want you would need to attach a web server (Apache?) in front of your JIRA so you could publish the IP address into your local network (and have something like: http://jira.local:8080 or even http://jira.localdomain.com). If you liked the context path approach, please check:
https://confluence.atlassian.com/display/JIRAKB/How+to+change+the+JIRA+context+path
Otherwise, if you want to put a web server and have your customized URL, please check:
https://confluence.atlassian.com/display/JIRA/Integrating+JIRA+with+Apache
Let us know how you prefer!
Take care.
Cheers,
Pedro.
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.