disabling autostart when deploying with manager

2006-04-10 Thread Mete Balcı
Hi, How can I disable autostart of an application when deploying with manager ? Thanks in advance. Mete - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat and Threads

2006-03-19 Thread Mete Balcı
Hello, I had the same question in my mind some time ago. I have a web application which creates a timer in a context listener init(), which wakes up in 30seconds or so, and destroys the timer in context listener destroy(). It should complete its processing before server stops, so I did some ex