> From: uddav [mailto:adi.upr...@gmail.com] > Subject: What are the effects of keeping large files in the ROOT > directory? > > We are using Tomcat 5.0.27 and our server O/S is SunOS 5.8.
Other than the obvious issue of 5.0.x no longer being supported, I don't think there's any problem. I think the DefaultServlet will stream the PDF using chunks, so you shouldn't even need to have to whole file in memory at once. Regardless, monitor your heap usage and GC activity to insure you're not getting close to the limits you have set. You will likely get better performance for serving such a file by moving to a newer version of Tomcat. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org