Re: java.library.path when running as a service

2005-07-13 Thread Michael Ivanov
doc, and follow from there > > into the hooks. > > > > > > -Original Message- > > From: Michael Ivanov [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, July 12, 2005 10:02 PM > > To: Benson Margulies; tomcat-user@jakarta.apache.org > > Subject: Re: java.l

RE: java.library.path when running as a service

2005-07-13 Thread Benson Margulies
@jakarta.apache.org Subject: Re: java.library.path when running as a service Thank you for the reply. I was not aware, is the PATH variable different for each service? How can it be set? This would likely be the cause of my problem if it's true. On 7/13/05, Benson Margulies <[EMAIL PROTECTED

Re: java.library.path when running as a service

2005-07-13 Thread Michael Ivanov
[mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 12, 2005 10:02 PM > To: Benson Margulies; tomcat-user@jakarta.apache.org > Subject: Re: java.library.path when running as a service > > My PATH variable already includes $CATALINA_HOME\common\lib, and it > definitely has worked in the

RE: java.library.path when running as a service

2005-07-13 Thread Benson Margulies
Ivanov [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 12, 2005 10:02 PM To: Benson Margulies; tomcat-user@jakarta.apache.org Subject: Re: java.library.path when running as a service My PATH variable already includes $CATALINA_HOME\common\lib, and it definitely has worked in the past. Wouldn't

Re: java.library.path when running as a service

2005-07-12 Thread Michael Ivanov
iginal Message- > From: Michael Ivanov [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 12, 2005 7:13 PM > To: tomcat-user@jakarta.apache.org > Subject: java.library.path when running as a service > > I have been running a servlet with Tomcat 5.5.7 for a few months, I &

RE: java.library.path when running as a service

2005-07-12 Thread Benson Margulies
, July 12, 2005 7:13 PM To: tomcat-user@jakarta.apache.org Subject: java.library.path when running as a service I have been running a servlet with Tomcat 5.5.7 for a few months, I left it alone for a while, and now I get an UnsatisfiedLinkError when the servlet tries to load a native DLL. The error

java.library.path when running as a service

2005-07-12 Thread Michael Ivanov
I have been running a servlet with Tomcat 5.5.7 for a few months, I left it alone for a while, and now I get an UnsatisfiedLinkError when the servlet tries to load a native DLL. The error says the DLL cannot be found in java.library.path. The DLL I want to load is located in $CATALINA_HOME\common