Re: Enabling APR

2008-06-26 Thread Philip Wigg
> As Filip points out, setting java.library.path is a better strategy. I'll do that. Thanks for your help everyone. Cheers. Phil. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Enabling APR

2008-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Philip, Philip Wigg wrote: | Fixed - Had to add:- | | export LD_LIBRARY_PATH=/usr/local/apr/lib You might not want to change the LD_LIBRARY_PATH from the default. It may be set to something important on your system. As Filip points out, setting jav

Re: Enabling APR

2008-06-26 Thread Filip Hanik - Dev Lists
you can also do this by setting -Djava.library.path=/usr/local/apr/lib Filip Philip Wigg wrote: Fixed - Had to add:- export LD_LIBRARY_PATH=/usr/local/apr/lib to my startup.sh. 2008/6/26 Philip Wigg <[EMAIL PROTECTED]>: Hi, I believe I've enabled APR on my Tomcat installation. I can a

RE: Enabling APR

2008-06-26 Thread Caldarale, Charles R
> From: Philip Wigg [mailto:[EMAIL PROTECTED] > Subject: Enabling APR > > I believe I've enabled APR on my Tomcat installation. Should we try to guess the version of Tomcat you're using, or would you care to tell us? The OS and JDK/JRE version would also be useful. > I can add the additional op

Re: Enabling APR

2008-06-26 Thread Philip Wigg
Fixed - Had to add:- export LD_LIBRARY_PATH=/usr/local/apr/lib to my startup.sh. 2008/6/26 Philip Wigg <[EMAIL PROTECTED]>: > Hi, > > I believe I've enabled APR on my Tomcat installation. I can add the > additional options for my connectors that APR allows without Tomcat > complaining so I presu