Re: I need help in configuring windows authentication in tomcat 7.0

2013-03-22 Thread Mark Thomas
On 21/03/2013 23:49, chris derham wrote: Context RealmclassName=org.apache.catalina.realm.JNDIRealm adCompat=true allRolesMode=authOnly referrals=follow connectionURL=ldap://dc01.mydom.local:389; connectionName=mydom\tcuser connectionPassword=Pa55w0rd

I need help in configuring windows authentication in tomcat 7.0

2013-03-21 Thread Roberto Barale
I want to setup windows authentication in my tomcat 7.0.37 I read the user guide http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html and I follow all the step in Domain Controller and Tomcat Instance Then I write the $CATALINA_BASE\webapps\myappl\WEB-INF\web.xml and the

Re: I need help in configuring windows authentication in tomcat 7.0

2013-03-21 Thread chris derham
Context RealmclassName=org.apache.catalina.realm.JNDIRealm adCompat=true allRolesMode=authOnly referrals=follow connectionURL=ldap://dc01.mydom.local:389; connectionName=mydom\tcuser connectionPassword=Pa55w0rd userBase=dc=mydom,dc=local