New instance of Jazz?
5 answers
To setup another instance of a Jazz server you need to setup a new DB
for the data, and a new app server for the server.
You can follow the instructions from the first install, and make sure to
change the DB options and to use a new app server.
-
Matt Lavin
Jazz Server Team
On Tue, 2009-01-27 at 20:07 +0000, mman wrote:
for the data, and a new app server for the server.
You can follow the instructions from the first install, and make sure to
change the DB options and to use a new app server.
-
Matt Lavin
Jazz Server Team
On Tue, 2009-01-27 at 20:07 +0000, mman wrote:
Does anyone know how to setup another instance of jazz server? I've
got the new instance of Database set, but i'm stuck at how to create
another instance for jazz
You would need to change the Tomcat configuration to use new ports. The
ports should be in the tomcat/conf/server.xml file. After that, you
would still need to update a couple of properties in the "Advanced
Configuration" that reference the old port numbers.
-
Matt Lavin
Jazz Server Team
On Wed, 2009-01-28 at 17:47 +0000, mman wrote:
ports should be in the tomcat/conf/server.xml file. After that, you
would still need to update a couple of properties in the "Advanced
Configuration" that reference the old port numbers.
-
Matt Lavin
Jazz Server Team
On Wed, 2009-01-28 at 17:47 +0000, mman wrote:
I've got my second instance of DB ready, the question, when i did the
second installation of jazz, it automatically uses the port number
9443, how can i configure it during the setup process?
It is not possible to do that yet, but there is a bug to track the
problem:
https://jazz.net/jazz/web/projects/Jazz%
20Foundation#action=com.ibm.team.workitem.viewWorkItem&id=60414
-
Matt Lavin
Jazz Server Team
On Wed, 2009-01-28 at 18:47 +0000, mman wrote:
problem:
https://jazz.net/jazz/web/projects/Jazz%
20Foundation#action=com.ibm.team.workitem.viewWorkItem&id=60414
-
Matt Lavin
Jazz Server Team
On Wed, 2009-01-28 at 18:47 +0000, mman wrote:
I just did that and it works perfect now! Thank you!
Another question, is it possible to run two jazz under the same
tomcat? it's like i'm running https://localhost:9443/jazz and
https://localhost:9444/jazz, can i run https://localhost:9443/jazz
and https://localhost:9443/jazz02?