Re: tomcat and java cache

2007-10-15 Thread Leon Rosenberg
Thats what listener are for, in your case ContextListener. regards Leon On 10/15/07, loredana loredana <[EMAIL PROTECTED]> wrote: > I have a pretty big website that uses java cache from which it retrieves the > html. So I have a scheduled job(servlet) that get's some data from a server > and sto

Re: tomcat and java cache

2007-10-15 Thread Pid
loredana loredana wrote: > I have a pretty big website that uses java cache from which it retrieves the > html. So I have a scheduled job(servlet) that get's some data from a server > and stores it in a java cache(Oscache or Ehcache for those who know it). My > problem is next: whenever the serv

Re: tomcat and java cache

2007-10-15 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool application server --- in theory load-on-startup YourSelvelet blah.blah

Re: tomcat and java

2006-05-25 Thread Marc Farrow
google "java resource bundles". This should lead you in the correct direction to how to use multiple languages and text/etc for different types of resources/languages/etc On 5/25/06, AJ Jonen <[EMAIL PROTECTED]> wrote: Is it possible to have 2 different java connections in Tomcat. And 1. set t