Revisiting the ldap issue with a simple solution

LabKey Support Forum (Inactive)
Revisiting the ldap issue with a simple solution adam  2012-03-09 13:57
Status: Closed
 
Welcome aboard! We promise to go easy on you :)

activate() would be a reasonable place to do this, as would the provider or manager constructor, since the labkey.xml settings won't change under you (if the file changes, Tomcat will restart the webapp).

However, I wouldn't actually worry about this at all… JNDI is called constantly and I'm sure these values are cached in memory.

Adam