Muralidhar Yaragalla wrote:
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.
So what is the best way of doing this?
Perhaps I am totally wrong and don't understand your requirements, but
why not using a JNDI Realm within Tomcat which directly connects to
ApacheDS directly instead of using a "local user database" (what exactly
is this database?).
Greetings from Hanover,
StefanZ