2014-01-27 Marco Pizzoli <marco.pizz...@gmail.com>:
> Hi all,
> I'm fairly new to Tomcat and to this mailing list, so apologies in
> advance if not being clear in explaining my problem.
>
> I'm tasked with the implementation of JAAS for a web application by
> leveraging the existing LDAP server (MSAD) present at our company.
>
> (...)
> - I modified the server.xml by defining the Realm [5]
> (...)
> [5] This is the line I added inside <Engine>
> <Realm className="org.apache.catalina.realm.JAASRealm"
> appName="testPrincipals" debug="9"/>

1. Beware that only one Realm is allowed in an Engine.

There is one defined there by default. You should have replaced it,
not added a new one.

http://svn.apache.org/viewvc?view=revision&revision=1556784

2. If you want to run with a debugger
https://wiki.apache.org/tomcat/FAQ/Developing#Debugging

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to