On Thu, 20 Jan 2005 21:14:28 -0600, Aaron Bartell <[EMAIL PROTECTED]> wrote: > Wow! I have 320 myfaces files totaling 230MB! I am looking for an > answer too. Note that this is my test Tomcat instance on my local box > that was re-installed less than a month ago.
This kind of thing would happen if the MyFaces implementation is utilizing the temporary directory provided by the container (via storing a File object pointing to a directory, as a servlet context attribute named "javax.servlet.context.tempdir", see Section SRV.3.7.1 of the Servlet spec) but failing to clean up after itself. I haven't checked the source code myself yet, but this seems like a likely culprit. Craig > > Aaron Bartell > > Ray Clark wrote: > > >Excellent question. Reading your post made me go and > >check. I had over 300 myfaces jar files in my Tomcat > >temp directory. > > > >I was using myfaces-1.0.7, and now I am using 1.0.8. > >The whole time I have been using Tomcat 5.0.28. (I > >mention this in case someone needs to know version > >numbers.) > > > >Thanks, > >Ray > > > >--- Michael Wiedmann <[EMAIL PROTECTED]> wrote: > > > > > > > >>I notice a bunch of temp. files named like > >>"myfacesXXX.jar" in Tomcat's temp > >>directory (I guess one for every invocation of > >>Tomcat). > >> > >>How can I control the generation of these files > >>(read: supress these files on > >>the production system)? > >> > >>Michael > >>-- > >> > >> > >> > > > > > > > > > >__________________________________ > >Do you Yahoo!? > >The all-new My Yahoo! - Get yours free! > >http://my.yahoo.com > > > > > > > > > > >

