I wonder if this would work? Are ResourceParams actually the envronment configured in the JNDI ObjectFactory?

<Resource name="ldap/MyLDAPConnection" auth="Container" type="javax.naming.directory.DirContext"/>

<ResourceParams name="ldap/MyLDAPConnection">
    <parameter>
      <name>java.naming.factory.initial</name>
      <value>com.sun.jndi.ldap.LdapCtxFactory</value>
    </parameter>
    <parameter>
      <name>...</name>
      <value>...</value>
    </parameter>
</ResourceParams>

-M.

Mark R. Diggory wrote:

I have a JNDI DirContext I use for 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" 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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to