Two Jazz Team Servers on same machine
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
Karl Weinert (2.0k●5●27●36)
| 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 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
Ralph Schoon (63.4k●3●36●46)
| answered Oct 24 '13, 6:00 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
See http://phkrief.wordpress.com/2013/09/27/running-two-jazz-servers-on-the-same-machine/ for the details
|
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.