RE: Tomcat loading dlls

2010-02-24 Thread StrongSteve
to work I have to append the directory to the "library path" when starting the Tomcat from within Eclipse. Why is this so? Am I doing something wrong? I mean it is the same Tomcat. Just once started from within Eclipse. Thanks in Advance! Stefan StrongSteve wrote: > > Using t

RE: Tomcat loading dlls

2010-02-24 Thread StrongSteve
28cl wrote: > >> From: StrongSteve [mailto:ste...@starkeweb.org] >> Subject: Tomcat loading dlls >> >> Do I place the needed dlls into another directory and alter an >> environmental variable (f.e. java.library.path, PATH, CLASSPATH, >> ...) or do i alter catal

Tomcat loading dlls

2010-02-23 Thread StrongSteve
Hi Everybody, I have a web application deployed into tomcat which needs some dlls during execution. These dlls are being included in the java code statically and use system.loadlibrary(...) to be loaded. If I place the needed dlls into Tomcat's bin directory they are found and loaded successfull

Tomcat 6 + Native Library + HTTPS

2008-09-12 Thread StrongSteve
Hi Everybody! Can anyone tell me - or give me a resource - on how to configure SSL in Tomcat 6 with an installed Native Library? I did it as usual in the following way: But Tomcat refuses to start up. As soon as I remove the Native Library, these settings work perfect. Where and How am I