Hi the community,
I've configure a Server with JIRA and I can access with the link jira.mycompany.com, I can connect and navigate into admin and some pages.
But all the tasks are still link to "localhost"! How can I solve that?
My BaseURL is: jira.mycompany.com
Thank you
@Nic Brough -Adaptavist-@Moses Thomasor other members
Hi,
after some weeks to work on other subject. I retry this morning to work on that.
Unfortunaly, still the same issue. and i configure my server.xml
<Connector port="8080" maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false"
maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443"
acceptCount="100" disableUploadTimeout="true" bindOnInit="false" scheme="https"
proxyName="jira.mycompany.com" proxyPort="443"/>
One of you can help me?
My problem is, with a reverse proxy I can connect to my JIRA from all the worlds but after I'm connect with my credentials. All the link go to localhost (tasks, menu, admin menu, ...)
Thank you for your help
My guess is that you have not set the "base url" to where your Jira really lives.
Go to Admin -> General configuration and change the base url to jira.mycompany.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it is already configured.
Other idea? I've tested a lot of things without success on this moment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the base url is set, then Jira will be using that to build all the links it is giving to users. If the links are going back to localhost, then either you have not set the base url, or there is something on your network rewriting or redirecting them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found my solution..
I need to add into the server.xml proxyname, proxyport and scheme.
Thank you for your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found my solution...
I need to add into the server.xml proxyname, proxyport and scheme.
Thank you for your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where are you seeing "all the tasks linked to"?
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 must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.