How to set paths in teamserver.properties when using Tomcat as a service
Mahari Hill (486●1●184●230)
| asked Apr 15 '13, 2:05 p.m.
edited Aug 29 '13, 2:51 a.m. by Krzysztof Kaźmierczyk (7.5k●4●80●103)
When upgrading to 4.0.2, I was told to set directories in teamserver.properties like this:
com.ibm.team.repository.db.jdbc.location=C\:/IBM/JazzTeamServer402/server/conf/ccm/derby/repositoryDB When setting up tomcat as a service, it wants these as: com.ibm.team.repository.db.jdbc.location=C:/IBM/JazzTeamServer402/server/conf/ccm/derby/repositoryDB Is there an issue of C\: vs C:? thanks |
Accepted answer
It should work either way. Since it is a properties file, the colon character is a special character and it is usually escaped (preceded with a backslash) when it is in a property value.
However, from past experience I haven't seen any problems when the value has a colon that is not escaped. But to be safe, you can use the file path with an escaped backslash. Mahari Hill selected this answer as the correct answer
|
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.