>
> One option you have is to put the classes that actually cache things into
> a common directory ($TOMCAT_HOME/lib or $CATALINA_HOME/lib).  Such classes
> are shared across web apps, so this should accomplish your goal of having
> a single cache.  They are loaded from a (common) parent class loader to
> the one for each web app.
>

I'm not using the latest servlet spec (2.3). Anyway, the simplest solutuion
will be to put all my classes
on the system classpath, this should  work. I have no jsp's and don't need
dynamic class
reloading in production, so I beleive it's perfectly legal in my case.

Thanks and regards,

--V.

Reply via email to