Bad file descriptor serving static file

2009-10-31 Thread Mitch Claborn
tomcat 6.0.20 Java(TM) SE Runtime Environment (build 1.6.0_16-b01) linux Debian lenny Getting the error below when serving a static file. It is always the same file (/struts/dojo/struts_dojo.js). (Yes, I know that struts normally serves that, but I had to patch one of the struts files, so tomcat

Re: Bad file descriptor serving static file

2009-10-31 Thread David Smith
Have you run a filesystem checker on the disk lately? I would expect an error like that to come from the underlying OS. A cheap test would be to rename the file (struts_dojo.js.bad) and put a new one in with it's original name. --David Mitch Claborn wrote: > tomcat 6.0.20 > Java(TM) SE Runtime

Re: Bad file descriptor serving static file

2009-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mitch, On 10/31/2009 11:59 AM, Mitch Claborn wrote: > Yes, I know that struts > normally serves that, but I had to patch one of the struts files, so > tomcat is serving it instead. FWIW, if the client is requesting it via HTTP, Tomcat is serving it n