Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Setup multiple projects on one server

We need to setup multiple independent projects on the same physical box. Eeach project is isolated from the others and has its own repository. However, 1) only one repository can be defined in teamserver.properties file, and 2) only one CQ database and one URI can be defined in cqconnector.properties file for Gateway connector. How can we setup such an environment? Thanks.

0 votes



22 answers

Permanent link
gdang wrote:
We need to setup multiple independent projects on the same physical
box. Eeach project is isolated from the others and has its own
repository. However, 1) only one repository can be defined in
teamserver.properties file, and 2) only one CQ database and one URI
can be defined in cqconnector.properties file for Gateway connector.
How can we setup such an environment? Thanks.

You can have multiple repositories on one machine by using multiple J2EE

servers on one machine.

0 votes


Permanent link
Can't I setup different projects in the project area? Does this have any disadvantages?

0 votes


Permanent link
You can have multiple repositories on one machine by using multiple J2EE

servers on one machine.

If we need to setup 45 independent projects on one Windows server and each has its own repository, it would be very expensive (CPU usage and RAM usage) to have multiple J2EE (45 for Jazz server and 45 for Gateway).

0 votes


Permanent link
We can install multile Jazz instances on one server. Each instance has its own repository, its own CQ Gateway and each Gateway is connected with a distinct CQ database. We would like to use a separate virtual IP (and DNS name) for each Jazz instance so that we can use the standard SSL port 443 over internet. To do this we need to change references to "localhost" to a specific IP address in certain configuration files. Could anyone please comment on what files should be modified (server.xml, server-minimal.xml, and build.xml, .....)? What other things we need to consider for this configuration? Thanks.

0 votes


Permanent link
Any comment please? Thanks.

0 votes


Permanent link
You can actually create as many project areas as you like in a single repository on the same server instance. The projects are separate for the most part, except some shared artifacts like users, who can belong to more than one project area.

Is there a special reason you need to make them separate repositories altogether?

0 votes


Permanent link
Gary needs them to be separate repositories because members of one
project are not allowed to read information about another project, and
separate repositories are required for this in Team Concert 1.0.

Cheers,
Geoff

curtispd wrote:
You can actually create as many project areas as you like in a single
repository on the same server instance. The projects are separate for
the most part, except some shared artifacts like users, who can belong
to more than one project area.

Is there a special reason you need to make them separate repositories
altogether?

0 votes


Permanent link
Gary, are you guys running Tomcat or WAS?

0 votes


Permanent link
We are using Tomcat. Thanks.

0 votes


Permanent link
So far, I tried the following and was able to make the jazz serverr run on virtual IPs using port 443 - at least looks working. But, I was not able to get the CQ connector working, still struggling.....

Just FYI, not mean to misleading....

1. Stop Jazz server
2. Open the file server.xml file in the directory Program Files\IBM\JazzGDE\JazzTeamServer\server\tomcat\conf.
a. Change the port number 9005 (Shut down) to a unique port on the server, e.g. 9006, 9007, etc.
b. Add a parameter address=10.10.10.10 for the virtual IP for each port 9005, 9009, and 443
c. Save and close the file
3. Open the file server_minimal.xml file in the directory Program Files\IBM\JazzGDE\JazzTeamServer\server\tomcat\conf.
a. Add a parameter address=10.10.10.10 for the virtual IP for each port 8080, 8009, and 8005
b. Save and close the file
4. Restart Jazz server.

0 votes

1–15 items
page 1of 1 pagesof 2 pagesof 3 pages

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 27 '08, 2:26 a.m.

Question was seen: 13,903 times

Last updated: Mar 27 '08, 2:26 a.m.

Confirmation Cancel Confirm