Implementing my own realm

2003-07-30 Thread Gross, Jessica
I could really use some help. So I have created my own realm that extends the JNDIRealm, you can see that class further down. I also created the LDAPMessageFormat class. So I put these classes into a jar, which I put into server/lib folder in tomcat. In my server.xml instead of using the

RE: Implementing my own realm

2003-07-30 Thread Gross, Jessica
I've edited the mbeans-descriptors.xml and solve that problem at least. -Original Message- From: Gross, Jessica Sent: Wednesday, July 30, 2003 10:55 AM To: [EMAIL PROTECTED] Subject: Implementing my own realm I could really use some help. So I have created my own realm that extends

Working on patch (need feedback)

2003-06-24 Thread Gross, Jessica
While using Tomcat and Active Directory, I found a small bug. Normally in LDAP, you escape certain special characters, one of which being the comma. This is done by DN=CN=Doe\, Jane, OU=unit, OU=People However, when I instructed Tomcat to search for roles by inserting the distinguished

RE: Working on patch (need feedback)

2003-06-24 Thread Gross, Jessica
the first comma? Yoav Shapira Millennium ChemInformatics -Original Message- From: Gross, Jessica [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:08 PM To: [EMAIL PROTECTED] Subject: Working on patch (need feedback) While using Tomcat and Active Directory, I found a small bug