It's all about the answers!

Ask a question

Two Jazz Team Servers on same machine


Gustavo Monti Rocha (251216) | asked Oct 24 '13, 12:37 p.m.
edited Oct 24 '13, 2:35 p.m.
Hi,

I installed the first one (4.0.1) using express configuration. So, the server will be at 9443 port. 

I installed the second (4.0.4) using express configuration. So, the server will be too at 9443 port. I tried to change this port using this article (http://phkrief.wordpress.com/category/jazz/) that changed tomcat ports to 13043

When I log into 4.0.4 server, with the new port I see that my server has the old configuration (URI and registered apps). What I did wrong? What I should do in order to have two JTS running on the same machine and different ports? During express installation should I change the port?

Accepted answer


permanent link
Karl Weinert (2.0k52736) | answered Oct 24 '13, 4:51 p.m.
JAZZ DEVELOPER
edited Oct 24 '13, 6:42 p.m.
You need to modify the Tomcat server.xml before you run setup.
Once you configure the public URI it can't be changed easily so the best option would be to reinstall
You should be able to use the express setup with no problems.

Thought I would also mention the way I go about accomplishing the new port settings.
Open server.xml in a text editor
Search for the word port=
Then add 1 to each of the port values I find.
so 9080 ends up at 9081,  9443 ends up at 9444 and 9009 ends up at 9010



Gustavo Monti Rocha selected this answer as the correct answer

Comments
Gustavo Monti Rocha commented Oct 24 '13, 5:06 p.m. | edited Oct 24 '13, 6:00 p.m.

 Ok Karl, I'll try to do this and keep you updated.


sam detweiler commented Oct 27 '13, 11:29 a.m.

works for me. I do this to have multiple versions running concurrently (have since 2.0.0.2)

One other answer



permanent link
Ralph Schoon (63.1k33646) | answered Oct 24 '13, 6:00 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.