https://issues.apache.org/bugzilla/show_bug.cgi?id=37449

--- Comment #10 from Bruno Braga <bgbr...@gmail.com> 2010-07-04 18:13:42 EDT ---
Ok.

IBM Rational Team Concert isn't officially supported on Tomcat 6 yet.

So I get the Tomcat 6.0 and 5.5 source code and wrote a back-port for this
feature (CombinedRealm).
Now CombinedRealm can be used in Tomcat 5.5.

Attached I am sending a new catalina.jar
If someone wants to use to support multi-LDAP or LDAP + local user, should
backup and replace the original file:
JazzServer\server\tomcat\server\lib\catalina.jar

The catalina.jar for windows and linux are different (size and content), so I
considered it and made two catalina.jar.

For information this backport change these files:
org/apache/catalina/realm/LocalStrings.properties
org/apache/catalina/realm/mbeans-descriptors.xml
org/apache/catalina/realm/CombinedRealm.java
org/apache/catalina/realm/RealmBase.java
org/apache/catalina/startup/RealmRuleSet.java
org/apache/catalina/startup/EngineRuleSet.java
org/apache/catalina/startup/ContextRuleSet.java
org/apache/catalina/startup/HostRuleSet.java

Documentation is the same of Tomcat 6.0 and available at:
http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#CombinedRealm

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to