|
From: Rob D. <rob...@gm...> - 2015-05-12 07:13:57
|
Hello, I'm using the following: wrapper version 3.5.26 (communicty) on win7 - 64bit. Wrapper is started in 32 mode Integration method 4 is used. When I execute the last step to see that everything is configured correctly, by executing the bat manually, there are no problems. (see wrapper_via_bat.log) But when I actually run it as a windows service I get problems. (see wrapper_via_service.log) An exception is thrown. According to the developer of that program which I use, it's caused that native libraries are not loaded. Since my program uses native dll (cppdll.dll and csdll.dll) they should be loaded, but I don't have a clue where I have to put these and where I've to configure them to be loaded. I configured the following but it wasn't successfull: # Java Classpath (include wrapper.jar) Add class path elements as # needed starting from 1 wrapper.java.classpath.1=../lib/wrapper.jar wrapper.java.classpath.2=../lib/*.jar wrapper.java.classpath.3=../lib/Cppdll.dll wrapper.java.classpath.4=../lib/Csdll.dll Nevertheless, I don't understand why it's working via the bat but not when it's not running as a service Br, Rob |