Context Timeout???

2006-08-10 Thread Francesco Marelli
Hello, my application runs on Tomcat 4.1.18 and I have implemented a context listener for it implementing the ServletContextListener interface. The contextDestroyed method runs after 30 minutes of inactivity. Why? I would have thought that the contextDestroyed method would run only at Context or

Streaming PDF over HTTPS

2006-08-01 Thread Francesco Marelli
Hi all, I have setup the standard 8443 ssl connector in Tomcat after creating my own certificate and everything works fine... My application has a few servlets that generate dynamic pdf files using the iText classes library. These work fine over http, but Tomcat gives me the following message if