RE: Tomcat windows 7 authentication

2015-05-07 Thread David Marsh
http://codermonkey65.blogspot.co.uk/2012/09/troubleshooting-kerberos.html Look under NTP commands w32tm /resyncnet start w32time > From: ravindhar_ko...@persistent.com > To: users@tomcat.apache.org > Subject: RE: Tomcat windows 7 authentication > Date: Thu, 7 May 2015 11:37:43 +

RE: Tomcat windows 7 authentication

2015-05-07 Thread Ravindhar Konka
I have done NTP synchronization in AD still I am getting same error could you please help in this -Original Message- From: David Marsh [mailto:dmars...@outlook.com] Sent: Thursday, May 07, 2015 3:39 PM To: Tomcat Users List Subject: RE: Tomcat windows 7 authentication Kerberos requires

Re: Tomcat windows 7 authentication

2015-05-07 Thread Mark Thomas
On 07/05/2015 11:01, Ravindhar Konka wrote: > Hi > I am working on windows authentication with tomcat 7. > I have gone through the following doc. > My error is > > SEVERE: Unable to login as the service principal > javax.security.auth.login.LoginException: Clock skew too great (37) I couldn'

RE: Tomcat windows 7 authentication

2015-05-07 Thread David Marsh
Kerberos requires NTP synchronisation to be in place and working. Fix your clocks and the error should go away. > From: ravindhar_ko...@persistent.com > To: users@tomcat.apache.org > Subject: Tomcat windows 7 authentication > Date: Thu, 7 May 2015 10:01:39 + > > Hi > I

Tomcat windows 7 authentication

2015-05-07 Thread Ravindhar Konka
Hi I am working on windows authentication with tomcat 7. I have gone through the following doc. windows-auth-howto Tomcat_instance_(Windows_server) apache-tomcat-7.0.61 windows server 2008 R2 ja