Re: Context fails to load with Filter

2006-05-09 Thread Jason Beck
ff <[EMAIL PROTECTED]> wrote: Disreguard my previous statement as I am obviously brain deadsorry Mike Sabroff wrote: > If this is truly what your web.xml looks like, you are missing the end > tag '>' in the following line > com.affinity.tasc.filters.AuthenticateFilter

Context fails to load with Filter

2006-05-09 Thread Jason Beck
Hello list, I have written my first filter and think that I have it right, but when I try to start Tomcat 5.5.9 after applying the necessary configuration changes to web.xml, the Context that the Filter is in fails to start. Perhaps someone can tell me what I may have done wrong. <-- web.xml -

Re: Making an LDAP connection available to a web application

2006-04-18 Thread Jason Beck
making a class that would handle LDAP connection pooling would be required for any production use. I hope you find this helpful. Best Regards, Jason Beck On 4/6/06, Graham Leggett <[EMAIL PROTECTED]> wrote: > > Hi all, > > There are lots of tutorials available explaining how

Tomcat 5.5/Active Directory/JNDI/server.xml Question (Not Realm related)

2006-04-03 Thread Jason Beck
Hello, I am trying to create a block inside my server.xml file similar to a JDBC Resource, only this on is for Active Directory connections (through LDAP port 389). I have written a simple class, created a .jar from it and added it to $CATALINA_HOME/common/lib. I have configured server.xmlwith