> -----Original Message----- > From: Hassan Schroeder [mailto:[EMAIL PROTECTED] > Sent: Monday, April 09, 2007 2:01 PM > To: Tomcat Users List > Subject: Re: assistance with logon error > > > On 4/9/07, Steve Ingraham <[EMAIL PROTECTED]> wrote: > > > Yes, that is true. I am looking in every file I can find > for the name > > (it is 'occadb' by the way) for that server. > > > find -type f -print0 | xargs -r0 grep -F 'occadb' > > Given the case-insensitive nature of Windows, you might make > that grep -iF in case it's in some file as OCCADB. :-)
The '-iF' change returned nothing either. > Worst case, you'll have to dig into the source... I have been looking through file after file all day now for any content that would refer the authentication to any server. I am finding nothing. Can you tell me what the lines of code might be written like for authentication of user logons? I am getting cross eyed looking at code that I really don't understand very well and am seeing nothing that would make me believe there is something in it that is using the Windows authentication for logon. Any help is greatly appreciated. This error has really shut down our office work today and I am striking out big time on getting it functional. Thanks, Steve --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]