It's all about the answers!

Ask a question

JIRA integration with RTC


V Niranjan (12545173) | asked Mar 22 '12, 9:35 p.m.
Hi

I have CLM 3.0.1.1 and JIRA 4.4 installed on Windows 7 (64bit) and I am trying to integrate these two. When I try to start Tomcat server of JIRA it starts the Tomcat associated with CLM.

Looks like both cannot exist on the same machine since both uses Tomcat.

Even though the ports for JIRA and CLM are different the Tomcat of CLM starts.

Any ideas on how to get Tomcat of JIRA started?

Regards
V.Niranjan

3 answers



permanent link
Ralph Schoon (63.1k33646) | answered Mar 23 '12, 6:03 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You can have multiple tomcat on a machine. If you use the correct server.startup.bat the correct tomcat starts. I have more than 6 Tomcat on my machine and never experienced an issue.
I might however want to look into the server.xml files and make sure to have different ports for http, https, and server.shutdown.

permanent link
V Niranjan (12545173) | answered Mar 23 '12, 9:56 a.m.
You can have multiple tomcat on a machine. If you use the correct server.startup.bat the correct tomcat starts. I have more than 6 Tomcat on my machine and never experienced an issue.
I might however want to look into the server.xml files and make sure to have different ports for http, https, and server.shutdown.


Hi Ralph

Actually the problem I guess is in the startup.bat of JIRA there is a environment variable CATALINA_HOME set to the Jazz Team server Tomcat configuration so when tomcat of JIRA is started it launches the tomcat of JTS.

Is there a way to changes this?

Regards
V.Niranjan

permanent link
Ralph Schoon (63.1k33646) | answered Mar 23 '12, 10:29 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi,

in RTC's server.startup.bat the CATALINA_HOME is set relatively to the folder in which you run the server.starup.

set JRE_HOME=%cd%\jre
set CATALINA_HOME=%cd%\tomcat

So I am unsure if this is the same for the other server why the RTC server should start, in case you deployed both servers in different folders.

If you CD to the correct folder and start the batch from a shell, does the correct server start? Maybe you use a shortcut with the wrong properties e.g. execution folder.

You can change all those settings, the question s, should you have to?

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.