Re: Activating a batch file when Tomcat service is started

2006-06-20 Thread Mladen Adamovic
Amir Weiss wrote: How can I make a batch file activated when the Tomcat service is (re)started? You could make it activated before first web access. use static MyClass = new MyClass() in index.jsp In MyClass constructor use something like: Process proces=null; try {

Activating a batch file when Tomcat service is started

2006-06-20 Thread Amir Weiss
Hi, How can I make a batch file activated when the Tomcat service is (re)started? thanks, --Amir.