It's all about the answers!

Ask a question

How to set paths in teamserver.properties when using Tomcat as a service


Mahari Hill (4861165230) | asked Apr 15 '13, 2:05 p.m.
edited Aug 29 '13, 2:51 a.m. by Krzysztof Kaźmierczyk (7.4k372103)
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


permanent link
Bo Chulindra (1.3k2718) | answered Apr 15 '13, 2:38 p.m.
JAZZ DEVELOPER
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


Register or to post your answer.