|
From: Anand H. <an...@gm...> - 2008-11-03 20:36:32
|
Hello, I am new to Java Service Wrapper. I got to work with the console based start up easily. However, my project has a few pre-startup configurations that need to be run before the service starts. We include all these configurations in a couple of windows batch files. So, when running JSW through console, I call these batch scripts in MyApp.bat before calling the wrapper service itself. However, When I run JSW as a windows service, I believe it is not executing MyApp.bat rather starting from wrapper.conf directly. ? My question is - how do i run other batch files before I run JSW specific configuration when running it as a windows service. ? Any help regarding tweaks/other approaches would be highly appreciated. -Thanks, Anand |