Connecting to repositories and project areas
To access project areas, you must create a connection from the client to a repository. Your Jazz® administrator must supply the information that you need to access the repository.
Before you begin
Make sure that your Jazz administrator created a repository and a project area.
You need the following information to connect
to a repository:
- The Uniform Resource Identifier (URI) for a repository. Typically, this address is in the form of https://hostname.example.com:9443/ccm, where you must substitute your own fully qualified host name and port number. Secure servers are only supported and require the https:// protocol. The repository is created by a Jazz administrator, who must make the repository available on a local or network server.
- A user ID and password for the repository. Jazz administrators create team member credentials are created on the web server and in team areas. Your administrator can configure the repository for user authentication in an LDAP directory.
To use Smart Card authentication, you must enable the
IBM Common Access Card (CAC) provider within Java by editing the install-directory/3rd
Party/jre/lib/security/java.security file. Replace this section:
security.provider.1=com.ibm.jsse2.IBMJSSEProvider2
security.provider.2=com.ibm.crypto.provider.IBMJCE
security.provider.3=com.ibm.security.jgss.IBMJGSSProvider
security.provider.4=com.ibm.security.cert.IBMCertPath
security.provider.5=com.ibm.security.sasl.IBMSASL
security.provider.6=com.ibm.xml.crypto.IBMXMLCryptoProvider
security.provider.7=com.ibm.xml.enc.IBMXMLEncProvider
security.provider.8=org.apache.harmony.security.provider.PolicyProvider
security.provider.9=com.ibm.security.jgss.mech.spnego.IBMSPNEGO
with
this section:security.provider.1=com.ibm.security.capi.IBMCAC
security.provider.2=com.ibm.jsse2.IBMJSSEProvider2
security.provider.3=com.ibm.crypto.provider.IBMJCE
security.provider.4=com.ibm.security.jgss.IBMJGSSProvider
security.provider.5=com.ibm.security.cert.IBMCertPath
security.provider.6=com.ibm.security.sasl.IBMSASL
security.provider.7=com.ibm.xml.crypto.IBMXMLCryptoProvider
security.provider.8=com.ibm.xml.enc.IBMXMLEncProvider
security.provider.9=org.apache.harmony.security.provider.PolicyProvider
security.provider.10=com.ibm.security.jgss.mech.spnego.IBMSPNEGO