On Fri, Aug 29, 2003 at 10:40:51AM +0200, rufio wrote: > You can do everything you mentioned, just read the docs and performance > tips. > > Regards, Rufio
Hi Rufio, If it's possible, I would be very excited. But, I really can't find where in the docs it says that helper classes can be put into different directories. The docs just seem to say, all helper classes should be put into the my_cocoon_webapp/WEB-INF/classes directory. I think it is a problem if all customers must share the same directory for their helper classes. And it may actually be that the servlet container loads those classes (just a guess). Any class loading feature of the servlet container is no good here because it can't possibly know about how my cocoon webapp has a subdirectory for each customer. I'd also need a separate class loader for each customer. One customer should not have runtime access to the classes of another customer. So this would have to be a cocoon class loading feature, and I guess it would have to be tied in with cocoon's "mount" feature (since each customer directory will be mounted). Hmm, now it sounds less and less likely that the feature exists... But maybe you know the feature does exists. If you could point me at the "document" and "section" that covers this, I'd be very grateful. Thanks, Ryan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
