Reputation: 234
The requirements are -
Tomcat is not really the requirement but a preferable choice.
thanks in advance.
Upvotes: 2
Views: 647
Reputation: 6289
You should be able to configure Tomcat JNDIRealm to use Microsoft Active Directory. Here's a link to the Tomcat JNDIRealm how-to: http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#JNDIRealm and here's a sample configuration: http://wiki.apache.org/tomcat/JNDI_HowTo.
Upvotes: 2