Andre,

I tried this and 1) I am now permamently cross eyed and 2) didn't see anything that was out of place or looked like a binary that should not be there.

Thanks,

Carl

----- Original Message ----- From: "André Warnier" <a...@ice-sa.com>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Saturday, February 13, 2010 11:49 AM
Subject: Re: Tomcat dies suddenly


Just a quick way to check if a rogue binary hasn't crept into some libraries directory :

find . -type f -print -exec file {} \; | more

That should give the same file type most of the time, except the rogue module.
(the -print may be superfluous)


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to