Re: Problem to install APR Tomcat Native Library

2008-11-13 Thread Kees Jan Koster
Der Torsten, I got it sorted out with ldd as suggested here on the list but it is certainly good to know about truss - thank you! I am curious what performance gain APR has for your application server. Did you do any load tests? If so, could you please publisch the results? -- Kees Jan

RE: Problem to install APR Tomcat Native Library

2008-10-31 Thread Torsten.Romer
Hi Mladen, What does ldd libtcnative-1.so says? libgcc_s.so.1 = (file not found) Thanks a lot! :-) Torsten -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: 31. oktober 2008 10:25 To: Tomcat Users List Subject: Re: Problem to install APR Tomcat Native

Re: Problem to install APR Tomcat Native Library

2008-10-31 Thread Mladen Turk
[EMAIL PROTECTED] wrote: I am trying to install the APR Tomcat Native Library on a Solaris SPARC server. Since it has only OpenSSL installed and no build system available, I compiled libapr 1.3.3 and libtcnative 1.1.14 on another machine with the same OS. I then copied the lib folders of both

RE: Problem to install APR Tomcat Native Library

2008-10-31 Thread Torsten.Romer
@tomcat.apache.org Subject: RE: Problem to install APR Tomcat Native Library Hi Mladen, What does ldd libtcnative-1.so says? libgcc_s.so.1 = (file not found) Thanks a lot! :-) Torsten -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: 31. oktober 2008 10:25

Re: Problem to install APR Tomcat Native Library

2008-10-31 Thread Juha Laiho
[EMAIL PROTECTED] wrote: However I get the following warnings when starting up Tomcat: WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'minSpareThreads' to '25' did not find a matching property. Oct 31, 2008 1:04:09 PM

Re: Problem to install APR Tomcat Native Library

2008-10-31 Thread Serge Fonville
In tomcat 6 you need to specify an executor to define minSpareThreads and maxSpareThreads (altough this isn't required, IIRC/AFAIK) http://tomcat.apache.org/tomcat-6.0-doc/config/http.html(search for executor) http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html Regards, Serge Fonville

RE: Problem to install APR Tomcat Native Library

2008-10-31 Thread Caldarale, Charles R
From: Serge Fonville [mailto:[EMAIL PROTECTED] Subject: Re: Problem to install APR Tomcat Native Library In tomcat 6 you need to specify an executor to define minSpareThreads and maxSpareThreads (altough this isn't required, IIRC/AFAIK) http://tomcat.apache.org/tomcat-6.0-doc/config

Re: Problem to install APR Tomcat Native Library

2008-10-31 Thread Serge Fonville
Thanks, I didn't know that. I stand corrected Regards, Serge Fonville On Fri, Oct 31, 2008 at 6:06 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Serge Fonville [mailto:[EMAIL PROTECTED] Subject: Re: Problem to install APR Tomcat Native Library In tomcat 6 you need

RE: Problem to install APR Tomcat Native Library

2008-10-31 Thread Torsten.Romer
APR Tomcat Native Library [EMAIL PROTECTED] schrieb: Yes, it is set to something like LD_LIBRARY_PATH=/opt/app/libtcnative/lib:/opt/app/apr/lib:$LD_LIBRARY_PATH The files are all world readable and even owned by the user running Tomcat. I just want to mention that I compiled both libs

RE: Problem to install APR Tomcat Native Library

2008-10-31 Thread Martin Gainty
not necessarily endorse content contained within this transmission. Subject: RE: Problem to install APR Tomcat Native Library Date: Sat, 1 Nov 2008 02:38:41 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Hi Rainer, I got it sorted out with ldd as suggested here on the list

Problem to install APR Tomcat Native Library

2008-10-30 Thread Torsten.Romer
I am trying to install the APR Tomcat Native Library on a Solaris SPARC server. Since it has only OpenSSL installed and no build system available, I compiled libapr 1.3.3 and libtcnative 1.1.14 on another machine with the same OS. I then copied the lib folders of both libs to the server, and

Re: Problem to install APR Tomcat Native Library

2008-10-30 Thread Andrew Ralph Feller, afelle1
Torsten, Have you updated your LD_LIBRARY_PATH to include APR lib? A- On 10/30/08 12:15 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am trying to install the APR Tomcat Native Library on a Solaris SPARC server. Since it has only OpenSSL installed and no build system available, I

RE: Problem to install APR Tomcat Native Library

2008-10-30 Thread Torsten.Romer
[mailto:[EMAIL PROTECTED] Sent: 30. oktober 2008 18:18 To: Tomcat Users List Subject: Re: Problem to install APR Tomcat Native Library Torsten, Have you updated your LD_LIBRARY_PATH to include APR lib? A- On 10/30/08 12:15 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am trying to install

RE: Problem to install APR Tomcat Native Library

2008-10-30 Thread Martin Gainty
. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Thu, 30 Oct 2008 12:17:51 -0500 Subject: Re: Problem to install APR Tomcat

RE: Problem to install APR Tomcat Native Library

2008-10-30 Thread Torsten.Romer
Users List Subject: RE: Problem to install APR Tomcat Native Library pls follow Andrew's advice..if windows its probably a dll? so you'll want to copy apr-1.lib to %JRE_HOME%\bin Martin __ Disclaimer and confidentiality note Everything in this e-mail

RE: Problem to install APR Tomcat Native Library

2008-10-30 Thread Martin Gainty
: Problem to install APR Tomcat Native Library Date: Thu, 30 Oct 2008 18:41:49 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Hi Martin, It is Solaris SPARC. Would it help to copy shared libs into the JRE bin folder? I symlinked them into $JAVA_HOME/jre/lib/sparc but that didn't help

Re: Problem to install APR Tomcat Native Library

2008-10-30 Thread Andrew Ralph Feller, afelle1
-Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: 30. oktober 2008 18:34 To: Tomcat Users List Subject: RE: Problem to install APR Tomcat Native Library pls follow Andrew's advice..if windows its probably a dll? so you'll want to copy apr-1.lib to %JRE_HOME%\bin

RE: Problem to install APR Tomcat Native Library

2008-10-30 Thread Torsten.Romer
- From: Andrew Ralph Feller, afelle1 [mailto:[EMAIL PROTECTED] Sent: 30. oktober 2008 18:51 To: Tomcat Users List Subject: Re: Problem to install APR Tomcat Native Library Torsten, What is your LD_LIBRARY_PATH set to? Is it something like this: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr

Re: Problem to install APR Tomcat Native Library

2008-10-30 Thread Rainer Jung
[EMAIL PROTECTED] schrieb: Yes, it is set to something like LD_LIBRARY_PATH=/opt/app/libtcnative/lib:/opt/app/apr/lib:$LD_LIBRARY_PATH The files are all world readable and even owned by the user running Tomcat. I just want to mention that I compiled both libs with another prefix than