Re: Tomcat crashes when uploading files/data

2000-11-01 Thread Leon Palermo
Shravan, I am able to use the O'Reilly classes to upload files in Servlets/Tomcat/WinNT. I use a servlet to perform the upload rather than doing it directly in a JSP. Can you tell me more about you upload config (upload performed in servlet/JSP, where O'Reilly classes reside, etc.) Leon > Hi

[tomcat-user] Re: Tomcat crashes when uploading files/data

2000-10-31 Thread kenneth topp
Let me guess, you use ajp13? Try going back to ajp12. Try posting the stacktrace to tomcat-dev.. Hopefully they will care about it. Kenneth Topp --- to unsubscribe: [EMAIL PROTECTED] for more info: http://jakarta.apache.org/getinvolved/mail.html On Tue, 31 Oct 2000, Shravan Shashikant wrote

Tomcat crashes when uploading files/data

2000-10-31 Thread Shravan Shashikant
Hi all, I am using O'Reilly's class to upload files in Servlets/Tomcat/Win 2000.Sometimes Tomcat crashes when uploading files.Is it possible to prevent Tomcat from crashing.In the sense,since it is used for other transacrions too,can we just generate an exception and stop Tomcat from crashing.Is