Hey guys, i installed Jira, confluence and Service Desk on 3 different VPS machines, but all of them are with serverIP:8080 and i want to point with a subdomain on this, like jira.mycompany.com and this will redirect to jira, how to do this in jira?
my subdomain is pointing on this IP adress.
just to clarify it. I want do it like this.
Jira.mycompany.com -> IP_FROM_MACHINE_1
Conf.mycompany.com -> IP_FROM_MACHINE_2
How can i add Service Desk to Jira? For me it looks like a seperate thing.
Thanks in Advance!
Service Desk is an application for Jira. Go to Admin -> Manage Applications to install it.
The setup of your urls is best done with a proxy server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Most of us use proxies to do this. A proxy can take the existing installations pretty much as you already have them (ok, you have to edit the server.xml to tell the Tomcat it is behind a proxy) and serve them up on different urls. You can use the same ports on different installs, and have the proxy drop the ports completely.
Additional question - why Service Desk separately to Jira? To get the best integration, you usually take an existing Jira Core or Jira Software and add Service Desk to it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
8080 is the port the URL (jira.mycompany.com) responds to for html traffic. If you have 3 machines you should have 3 URL; one for each which will respond to port 8080
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.