disabling autostart when deploying with manager
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
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