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. :-) Worst case, you'll have to dig into the source... -- Hassan Schroeder ------------------------ [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]