Beta 2 TeamServer.properties question
I opened up the latest release Beta 2 teamserver.properties file and I went to enable the DB2 settings I noticed this:
I noticed that com.ibm.team.repository.db.jdbc.password is new. Is this required? I didn't see this on the migration page https://jazz.net/wiki/bin/view/Main/ConfigurationStory#Migration
com.ibm.team.repository.db.vendor = DB2
com.ibm.team.repository.db.jdbc.location=//localhost:50000/JAZZ:fullyMaterializeLobData=false;user=db2admin;password={password};
com.ibm.team.repository.db.jdbc.password=db2admin
I noticed that com.ibm.team.repository.db.jdbc.password is new. Is this required? I didn't see this on the migration page https://jazz.net/wiki/bin/view/Main/ConfigurationStory#Migration
One answer
It's mentioned in the 'Setting Up the jazz Server for DB2'
https://jazz.net/downloads/DownloadDocument.jsp?href=betas/data/0.6Beta2/server-install/db2setup.html
amcohen.us.ibm.com wrote:
https://jazz.net/downloads/DownloadDocument.jsp?href=betas/data/0.6Beta2/server-install/db2setup.html
amcohen.us.ibm.com wrote:
I opened up the latest release Beta 2 teamserver.properties file and I
went to enable the DB2 settings I noticed this:
com.ibm.team.repository.db.vendor = DB2
com.ibm.team.repository.db.jdbc.location=//localhost:50000/JAZZ:fullyMaterializeLobData=false;user=db2admin;password={password};
com.ibm.team.repository.db.jdbc.password=db2admin
I noticed that com.ibm.team.repository.db.jdbc.password is new. Is
this required? I didn't see this on the migration page
https://jazz.net/wiki/bin/view/Main/ConfigurationStory#Migration