Re: InterruptedIOException when loading pre-compiled JSP

2009-10-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric, On 10/20/2009 9:52 AM, Eric Dalquist wrote: I'm using Tomcat 6.0.20 on Solaris 10 and JDK 1.6.0_16 I have a webapp that seemingly randomly fails to work due do a NoClassDefFoundError. If you are seeing InterruptedIOExceptions along with

Re: InterruptedIOException when loading pre-compiled JSP

2009-10-21 Thread Eric Dalquist
- - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- View this message in context: http://www.nabble.com/InterruptedIOException-when-loading-pre-compiled-JSP-tp25975512p25999062.html

InterruptedIOException when loading pre-compiled JSP

2009-10-20 Thread Eric Dalquist
I'm using Tomcat 6.0.20 on Solaris 10 and JDK 1.6.0_16 I have a webapp that seemingly randomly fails to work due do a NoClassDefFoundError. The .tag files and JSPs are being pre-compiled and the webapp's web.xml is modified to reference the pre-compiled classes. My application code fails with