On Tue, Apr 13, 2010 at 6:43 PM, Muralidhar Yaragalla <[email protected]> wrote: > Hi Guys, we have the following situation:- > > We have an application running on tomcat. We are > storing user information on APCAHEDS using some other application. But > whenever there is a change in the user information my application (which is > running on tomcat) has to be notified and upon notification it has to > update its local user database against LDAP.
hmm, IMO it is best to notify the tomcat based application by the application which is making changes to the ApacheDS data. (well, this makes more sense if both applications are controlled by you) YMMV Kiran Ayyagari
