|
From: Leif M. <le...@ta...> - 2003-04-21 08:28:51
|
Jeff, >now the main bat file works >correctly (as far as i can tell). so, i ran the install nt service bat file >which seemed to run without a hitch. however, now when i try to start the >service it fails with an unknown error. any ideas? > No ideas without more info. The most common problem when running as a service are caused by differences in the environment between the SYSTEM user and the user used to run the app in a console. For example. If you are using the JAVA_HOME environment variable, make sure that it is available to the SYSTEM user. In any case, you should be able to see what the problem is by looking at the wrapper.log file. This will usually be in the location configured in your wrapper.conf file. If the wrapper.conf file can not be located for some reason then the Wrapper will output to a wrapper.log file located in the same directory as the Wrapper.exe binary. Cheers, Leif |