> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Antonio W. Lagnada > Subject: Re: APR in Tomcat 5.5 > > Thanks. I'm assuming I need to append it to LD_LIBRARY_PATH as such: > LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/apr
If you already have something in that environment variable, then yes. > What about in WindowsXP? Do the dlls just need to be in > C:\Windows\system32? You can, but I wouldn't put it there, unless you want everything on the system to have access to it. My JVM installation has, by default: java.library.path=C:\jdk1.5.0\bin;.;C:\WINDOWS\system32;C:\WINDOWS;.;C:\ jdk1.5.0\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem [must have been implemented by the Department of Redundancy Department] so you could just put it in the current directory for your Tomcat script. The LD_LIBRARY_PATH environment variable appears to be ignored in XP. For portability, I think I'd use the system property, not an environment variable. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]