accessing and LDAP server within my
webapplication. I'd like to configure/instatiate it from my server.xml
and store it in the provided InitialContext provided to the webapp (as
opposed to allowing the webapp to configure it).
My question is: Do I need to write a "Custom Resource Factory
ed to write a "Custom Resource Factory" for this?
Or is there a JNDIResourceFactory somewhere I can use?
thanks,
Mark
--
Mark Diggory
Software Developer
Harvard MIT Data Center
http://osprey.hmdc.harvard.edu
-
To unsu
Does anyone know where I can find additional information on building a
custom resource factory other than this?
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.htm
l
I'm looking to build a resource factory that will give me a reference to
another class that will
(tomcat 4.1.16)
I was trying to create a custom resource factory and
get the following exception:
javax.naming.NamingException: Cannot create resource instance
at
org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory.
java:189)
at