To return expected results, you can:
Reduce the number of search terms.
Each term you use focuses the search further.
Check your spelling.
A single misspelled or incorrectly typed term can change your result.
Try substituting synonyms for your original terms.
For example, instead of searching for "java classes", try "java training"
Did you search for an IBM acquired or sold product ?
If so, follow the appropriate link below to find the content you need.
IBM Rational Team Concert, Rational Requirements Composer, and Rational Quality Manager, come bundled with Tomcat Application server out of the box.
Attempts to start the Tomcat Application server for authentication based on LDAP results in the following error in the catalina.log:
org.apache.catalina.startup.Catalina start
SEVERE: Catalina.start:
LifecycleException: Exception opening directory server connection: javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused: connect]
By creating an alternate connection parameter in the Tomcat Realm, Tomcat will have a secondary connection URL to the LDAP server if the original connection fails, and will not default to the localhost connection.
In the Tomcat Realm configuration, located in
<RTC Server Install Directory>\jazz\server\tomcat\conf\server.xml file, add in the following parameter:
alternateURL="ldap://<hostname>:389"
This is similar to the connection URL configuration parameter, as seen below:
connectionURL="ldap://<hostname>:389"
Leverage the Jazz Community
Jazz and Rational Team Concert have an active community that can provide you with additional resources. Browse and contribute to the User forums, contribute to the Team Blog and review the Team wiki.
Refer to
technote 1319600
for details and links.
|
[{"Product":{"code":"SSUVV6","label":"IBM Engineering Test Management"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Administration","Platform":[{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"}],"Version":"2.0;2.0.0.1;2.0.0.2;2.0.1;2.0.1.1","Edition":"Standard","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SSUC3U","label":"IBM Engineering Workflow Management"},"Business Unit":{"code":"BU055","label":"Cognitive Applications"},"Component":"Repository","Platform":[{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"}],"Version":"2.0.0.2;2.0.0.1;2.0","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SSWMEQ","label":"Rational Requirements Composer"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Administration","Platform":[{"code":"PF033","label":"Windows"}],"Version":"2.0.0.1;2.0.0.2;2.0.0.3","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]