Re: [programmazione] Servlet Caching

2008-08-12 Thread Christian Poecher
> but it is really a different behaviour. Every time the including is called > it dinamically recall the included one. > > -- View this message in context: http://www.nabble.com/Servlet-Caching-tp18942690p18947740.html Sent from the Tomcat - User mailing list archive at Nabble.com. ---

Re: [programmazione] Servlet Caching

2008-08-12 Thread Luca Cicale
omething) the including jsp to make it recompiled with the included modified code. An other option is to dinamically include the page using: " Sent: Tuesday, August 12, 2008 1:37 PM To: Subject: [programmazione] Servlet Caching Hi there, I am currently investigating a problem with our web

Servlet Caching

2008-08-12 Thread Christian Poecher
limitation to the JSP Compiler with checking the dependencies? Or is the problem based upon that <[EMAIL PROTECTED] %> are not the way to include subviews in JSF? If you want me to provide more infos, please tell me. Thanks in advance for enlighten me, Chris -- View this mess

Re: Servlet Caching

2007-03-16 Thread Pid
Tim Lucia wrote: -Original Message- From: Natasha N Wright [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 6:08 AM To: Tomcat Users List Subject: Servlet Caching Hi, I have a servlet which connects to a database; once the connection is made I pass a connection object into

RE: Servlet Caching

2007-03-16 Thread Tim Lucia
> -Original Message- > From: Natasha N Wright [mailto:[EMAIL PROTECTED] > Sent: Friday, March 16, 2007 6:08 AM > To: Tomcat Users List > Subject: Servlet Caching > > Hi, > > I have a servlet which connects to a database; once the connection is > made I

Servlet Caching

2007-03-16 Thread Natasha N Wright
Hi, I have a servlet which connects to a database; once the connection is made I pass a connection object into another class which uses this object to execute queries on the database. When i run the servlet my queries are executed fine, when i try to run the application for a second time my cl