How can I load a custom dll file in my web application? I've tried the following:
- Copied all required dlls in
system32folder and tried to load one of them inServletconstructorSystem.loadLibrary - Copied required dlls into
tomcat_home/shared/libandtomcat_home/common/lib
All these dlls are in WEB-INF/lib of the web-application