> -----Original Message-----
> From: Hassan Schroeder [mailto:[EMAIL PROTECTED] 
> Sent: Monday, April 09, 2007 1:23 PM
> To: Tomcat Users List
> Subject: Re: assistance with logon error
> 
> 
> On 4/9/07, Steve Ingraham <[EMAIL PROTECTED]> wrote:
> 
> > There are at least 4 or 5 different "web.xml" files in various 
> > locations on this server.  I have looked through most all 
> of them to 
> > this point. Is there something specific in the content of 
> the file I 
> > should be looking for that would be directing the 
> application to use 
> > the specific server DC for authentication?
> 
> See below --
> 
> > But if I do not know what I am looking for to 'find' or 
> 'grep' how can 
> > I use these?
> 
> I know zero about Windows Domain Controllers, but surely 
> there's a way to uniquely identify one -- name, IP, 
> something. So you'd think that that would have to be in the 
> config file, eh? :-)

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.  Another administrator
advised me to use this command on the Linux server where the webapps
reside:

find -type f -print0 | xargs -r0 grep -F 'occadb'

It returned nothing.

I am still searching with no success.

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]

Reply via email to