Re: Remote User with request.getRemoteUser()

2006-04-10 Thread Sergio Stateri Jr
Ok, It?s working now ! Thanks a lot. Sergio Stateri Jr. [EMAIL PROTECTED] '>'-- Mensagem Original -- '>'Reply-To: "Tomcat Users List" '>'Date: Mon, 10 Apr 2006 13:52:23 -0400 '>'From: David Smith <[EMAIL PROTECT

Re: Remote User with request.getRemoteUser()

2006-04-10 Thread David Smith
By default, tomcat drops external headers like REMOTE_USER in favor of it's own auth scheme. You can change this by setting the attribute tomcatAuthentication="false" in your AJP connector definition in server.xml and restarting. --David Sergio Stateri Jr wrote: > Hi, > > I?m having NTLM au

RE: Remote User with request.getRemoteUser()

2006-04-10 Thread abdurrahman sahin
hi; why dont you try to print all http-headers, so that you can see each header and its corresspoing value. http://asahin.net -Original Message- From: Sergio Stateri Jr [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 6:11 PM To: users@tomcat.apache.org Subject: Remote User with re