I might be wrong but I don't think the cache-dir is created by Cocoon.
Joerg On 16.08.2007 21:54, footh wrote:
The cache-dir in my cocoon app keeps adding about 4 megs of jar files every time I instantiate a certain class. The class in question is the ServiceClient class from Axis2. Simply using this code (in a class called from a javaflow) causes the problem: org.apache.axis2.client.ServiceClient sc = new org.apache.axis2.client.ServiceClient(); The problem is, I use this object quite often. So, as you can imagine, the cache-dir grows quite large. In a couple days, it reaches over 3 gigs. I can probably figure out a way to create this object and stick it in the application context for reuse, but I'd prefer to figure out what is going on with cocoon and fix it there.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
