Re: Activating a batch file when Tomcat service is started
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
Hi, How can I make a batch file activated when the Tomcat service is (re)started? thanks, --Amir.