I am running Atlassian JIRA on Ubuntu 12.04 LTS (Precise Pangolin). I would like to automatically start JIRA whenever the system boots. For this purpose, I created script jira in /etc/init.d, similar to the one described in Atlassian's Wiki.
I can manually start / stop JIRA by calling /etc/init.d/jira accordingly. However, JIRA does not start during the boot process.
I have jira installed on my server.
It was running at http://[my ip address]:8100. I could manage to change it to http://jira.[my domain].com.
Now after I access it at http://jira.[my domain].com, a browser path changes to http://jira.[my domain].com:8100/secure/Dashboard.jspa.
Why does the port show up?
Is there any way to remove 8100 port from this redirect.
I connect to server with PuTTY from Windows.
I have a long yet not touched (I suppose) by hands of local admin config:
$ cat /opt/jira/.subversion/config
...
I have Jira installed as a service on my Ubuntu VPS on 8080. I've successfully used ProxyPass and ProxyPassReverse to point http://jira.mydomain.com to http://mydomain.com:8080
However, after login, the URL in the browser is changed to http://mydomain.com:8080/Dashboard....
I'm developing web application using Spring roo (mvc), this application is the ERP system. I plan to use Jira as my issues reporting system. My question is, if is there any solution that will help me report exceptions thrown in my web application in jira automaticly?
I thought about creating some script that will be scanning logs and creating issues in jira. What do you think about it?
I have a server running Jira and Confluence.
Jira @ http://jira.domain.com:8080
Confluence @ http://wiki.domain.com:8090
I can reach the applications from the server, from my home pc. But on my work pc only Jira is accessible.
I'm trying to get the certificates just right for our Jira/Confluence deployments in house. People access them differently, either from the hostname or the fqdn. I'm using java 7's keytool so I have access to the server alternate name functionality:
-ext san=dns:jira
and I hand it
jira.example.com
as the CN when generating the certificate.
According to a GitHub post this morning, GitHub for Mac is now supported in GitHub Enterprise. The support comes as part of the latest release of GitHub for Mac. The features, “Clone in Mac,” username auto-completion and notifications, are now available with a user’s enterprise repositories.
I have setup a JIRA instance and it now listens on
http://mydomain.com:8080
Now I want to expose it like
http://mydomain.com/jira
Can I do this with linux tools (iptables ...) alone (and how) or do I need a web server?
Thanks for every answer to a newbie in the linux world