Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-17 Thread Paul van Beukering
We will start doing loadtests this week. Reports will follow. The bottleneck will problaby be concurent requests. (http based polls for a game) But first I have to get the optimazed setup regarding the connector parameters Connector port=8080 protocol=HTTP/1.1

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-13 Thread Paul van Beukering
Hi Milan and Mladen, That helps!! installed the jdk 64bit and rebuild the APR libraries, now I can run APR Now, lets see whether the outcome of the loadtests can tell the difference. Thanks for the help guys, great to have the assistence. Paul On Wed, Nov 12, 2008 at 7:05 PM, Milan Cvejic

RE: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-13 Thread Caldarale, Charles R
From: Paul van Beukering [mailto:[EMAIL PROTECTED] Subject: Re: Problem install APR Tomcat Native Library on Centos 5.2 That helps!! installed the jdk 64bit and rebuild the APR libraries, now I can run APR Now, lets see whether the outcome of the loadtests can tell the difference

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-13 Thread m . cvejic
You are welcome, if it is possible please post back load test results and describe methodology used for that tests. Thanks. Hi Milan and Mladen, That helps!! installed the jdk 64bit and rebuild the APR libraries, now I can run APR Now, lets see whether the outcome of the loadtests can

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-12 Thread Mladen Turk
Paul van Beukering wrote: Hi all, We are trying to get APR to work. Sofar without success. tThe APR libraries are build, are readable for the world, but tomcat seems unable to find them. INFO: The APR based Apache Tomcat Native library which allows optimal performance in production

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-12 Thread Milan Cvejic
Hello, You should copy libtcnative-1.so to java JDK installation folder in my case: jre/lib/amd64/ Those libraries are needed by java... Greetings Paul van Beukering wrote: Hi all, We are trying to get APR to work. Sofar without success. tThe APR libraries are build, are readable for the

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-12 Thread Paul van Beukering
Hello Milan and Mladen, See here the libraries that are created: -rwxr-xr-x 1 belpop belpop 872663 Nov 12 14:41 libtcnative-1.so.0.1.14 lrwxrwxrwx 1 belpop belpop 23 Nov 12 14:41 libtcnative-1.so.0 - libtcnative-1.so.0.1.14 lrwxrwxrwx 1 belpop belpop 23 Nov 12 14:41 libtcnative-1.so -

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-12 Thread Mladen Turk
Paul van Beukering wrote: Hello Milan and Mladen, See here the libraries that are created: -rwxr-xr-x 1 belpop belpop 872663 Nov 12 14:41 libtcnative-1.so.0.1.14 lrwxrwxrwx 1 belpop belpop 23 Nov 12 14:41 libtcnative-1.so.0 - libtcnative-1.so.0.1.14 lrwxrwxrwx 1 belpop belpop 23 Nov

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-12 Thread Mladen Turk
Milan Cvejic wrote: Hello, You should copy libtcnative-1.so to java JDK installation folder in my case: jre/lib/amd64/ Those libraries are needed by java... There's no need for that. It is enough that it is (as well as all dependencies apr, eventual openssl, etc) in the LD_LIBRARY_PATH

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-12 Thread Paul van Beukering
Hi Mladen The output is: [EMAIL PROTECTED]:/home/belpop/tomcat/lib]$ ldd libtcnative-1.so libssl.so.6 = /lib64/libssl.so.6 (0x2affd1727000) libcrypto.so.6 = /lib64/libcrypto.so.6 (0x2affd197) libapr-1.so.0 = /usr/local/apr/lib/libapr-1.so.0 (0x2affd1cb8000)

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-12 Thread Milan Cvejic
Try creating new file in /etc/ld.so.conf.d name it custom.conf or something.conf and add line /usr/local/apr/lib in that file. Then run ldconfig and try to restart tomcat. Paul van Beukering wrote: Hi Mladen The output is: [EMAIL PROTECTED]:/home/belpop/tomcat/lib]$ ldd libtcnative-1.so

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-12 Thread Paul van Beukering
Hi Mladen, Did what you told me to do but the song remains the same. [EMAIL PROTECTED]:/root]# ldconfig -v /usr/local/apr/lib: libtcnative-1.so.0 - libtcnative-1.so.0.1.15 libaprutil-1.so.0 - libaprutil-1.so.0.3.4 libexpat.so.0 - libexpat.so.0.1.0 libapr-1.so.0 -

Re: Problem install APR Tomcat Native Library on Centos 5.2

2008-11-12 Thread Milan Cvejic
It looks to me that you are using 32bit version of JDK on 64bit linux installation? am i right? you are having libraries in /lib64 and also in /usr/jdk1.6.0_10/jre/lib/i386 That may be problem... try installing 64bit version od JDK... Paul van Beukering wrote: Hi Mladen, Did what you