RE: assistance with logon error

2007-04-09 Thread Steve Ingraham
> -Original Message- > From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] > Sent: Monday, April 09, 2007 3:04 PM > To: Tomcat Users List > Subject: Re: assistance with logon error > > > But wait, the error you have is referring to this package: > org.keel.services

Re: assistance with logon error

2007-04-09 Thread Rashmi Rubdi
But wait, the error you have is referring to this package: org.keel.services.authentication.mad.* which doesn't seem to exist on their API site anymore. You could also check with Keel's mailing list, may be they can help you locate the configuration information: http://www.keelframework.org/mail

Re: assistance with logon error

2007-04-09 Thread Rashmi Rubdi
On 4/9/07, Steve Ingraham <[EMAIL PROTECTED]> wrote: org.keel.services.authentication.mad.LoginHelper: singraham:Unable to access LDAP server at occadb Reason: occadb:389 It could be possible that the login credentials are hard-coded in a Java file, instead of reading them from a properties fil

RE: assistance with logon error

2007-04-09 Thread Steve Ingraham
> -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: > > > Ye

Re: assistance with logon error

2007-04-09 Thread Hassan Schroeder
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 -

RE: assistance with logon error

2007-04-09 Thread Steve Ingraham
> -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: > > &

Re: assistance with logon error

2007-04-09 Thread Hassan Schroeder
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 direct

RE: assistance with logon error

2007-04-09 Thread Steve Ingraham
> -Original Message- > From: Hassan Schroeder [mailto:[EMAIL PROTECTED] > Sent: Monday, April 09, 2007 12:02 PM > To: Tomcat Users List > Subject: Re: assistance with logon error > > > On 4/9/07, Steve Ingraham <[EMAIL PROTECTED]> wrote: >

Re: assistance with logon error

2007-04-09 Thread Hassan Schroeder
On 4/9/07, Steve Ingraham <[EMAIL PROTECTED]> wrote: I have been searching for any configuration files in our web application that would have the specific line directing to the "now incorrect" DC. Can anyone provide me with information on where this configuration file may reside? What its name,