No. I don't use catalina.bat to run Tomcat, but the Windows service. But it might be an idea to use the Windows service 'JVM Option Number X' parameter to tell Tomcat where it can get the .dll. Might this work?
-----Original Message----- From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 4:38 PM To: Tomcat Users List Subject: Re: java.library.path 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
