When starting AwareIM with StartAwareIM.bat, my apllication runs without problem including my java plugins.
The plugins are loaded as follows:
. my_awareim_custom.jar added to setenv.bat & setenvClient.bat
. FunctionLibrarySharedPath=com.dbsoftware.library.SharedPathLibrary added to BASServer.props
Before using InstallService.bat, I modified
awareim.conf + wrapper.conf :
. wrapper.java.classpath.42=..\Tomcat\shared\lib\my_awareim_custom.jar
AwareIM running as a service on Windows, my application will show a java.nullPointer error when I use a function from my_awareim_custom.jar
Wrapper.log shows :
...AwareIM starting
javax.naming.NameNotFoundException: ConnectionFactory not bound
......
Library com.dbsoftware.library.SharedPathLibrary is not found.
Is something wrong with my configuration ?
Thanks for your help.