| From | Sent On | Attachments |
|---|---|---|
| Alex Chaffee | Jun 15, 2000 8:20 pm | |
| Robin Giese | Jun 16, 2000 2:13 am | |
| Nacho | Jun 16, 2000 3:27 am | |
| Alex Chaffee | Jun 16, 2000 6:45 am | |
| Craig R. McClanahan | Jun 16, 2000 9:55 am | |
| Jonathan Reichhold | Jun 16, 2000 10:05 am | |
| Nacho | Jun 16, 2000 10:15 am | |
| Chun, Byung (GEAE, Elano) | Jun 16, 2000 10:18 am | |
| Craig R. McClanahan | Jun 16, 2000 10:29 am | |
| Joseph Dane | Jun 16, 2000 12:45 pm |
| Subject: | Re: Global caching hack? | |
|---|---|---|
| From: | Alex Chaffee (gu...@edamame.stinky.com) | |
| Date: | Jun 15, 2000 8:20:19 pm | |
| List: | org.apache.tomcat.dev | |
Sure. You could make your cache be a Context Attribute, aka an Application Scope Bean in JSP.
See http://www.jguru.com/jguru/faq/view.jsp?EID=53309 for more information and sample code.
- Alex
On Fri, Jun 16, 2000 at 05:13:39AM -0400, Robin Giese wrote:
Hi,
I was wondering how I'd be able to hack my own global cache (or rather, bunch o' variables) into Tomcat that would be available to all servlets and JSP pages. I'm trying to share an Oracle connection pool (and a couple similar, global, very large, non-session dependent objects) to all my servlets and JSPs, and I don't want to build a different cache for each servlet and JSP page, because it would be an incredible waste of memory. Where would be the right place for this kind of hack? Or is there an existing facility I could hack up to make it not a complete hack? (However, the objects aren't serializable.)
Thanks,
--robin
-- Alex Chaffee mailto:al...@jguru.com jGuru - Java News and FAQs http://www.jguru.com/alex/ Creator of Gamelan http://www.gamelan.com/ Founder of Purple Technology http://www.purpletech.com/ Curator of Stinky Art Collective http://www.stinky.com/





