Re: Do I need a "Custom Resource Factory" for this?

2003-12-12 Thread Mark R. Diggory
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

Do I need a "Custom Resource Factory" for this?

2003-12-12 Thread Mark R. Diggory
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

Custom Resource Factory

2003-09-10 Thread Pitre, Russell
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

Custom resource Factory problem

2002-12-12 Thread Aleksandr Shneyderman
(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