are you saying that passing in -Djava.library.path=xxx in catalina.bat (JAVA_OPTS) doesn't work for you?
----- Original Message ----- From: "Cocalea, Eugen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 05, 2004 3:45 AM Subject: java.library.path Hello, In the file RELEASE-PLAN-4.1.txt, found in the src dir of Tomcat, it says something like: [quote] Nice To Have Fixes Before Final Release: --------------------------------------- Catalina -------- ... 5858 Add tomcat dir to java.library.path ... [/quote] I wonder when this will be implemented, because I think this is the solution to my problem. And, if you read so far, this is my problem: I have a Java application that runs on Tomcat (4.1.27) / Windows. My application requires a .dll file that I have to put in system32 folder. The worst thing is that I have to have different versions of the application running at the same time, which leads to different versions of the .dll. I wonder how can I put the .dll in different places for each application and tell Tomcat about this? Thanks, /EC --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
