Re: libapr /usr/lib64/libapr-1.so.0 not picked up by JAVA_OPTS in tomcat6.xml

2010-02-11 Thread Konstantin Kolinko
2010/2/11 J4 : > Dear everyone, > > I changed the JAVA_OPTS in tomcat6.conf to read: > JAVA_OPTS="-Xmx256m -XX:MaxPermSize=256m -Djava.library.path=/usr/lib64" > but when tomcat was restarted it still gave the same message, as shown > below, which makes me think that it did not pick it up. > I do

Re: libapr /usr/lib64/libapr-1.so.0 not picked up by JAVA_OPTS in tomcat6.xml

2010-02-11 Thread J4
Dear Konstantin, >From what I have read in the documentation URL you sent me, it looks that these steps have to be taken:- 1) download and compile the APR libs 2) install the libtcnative-1.so Why have I to take these steps when :- 1) the APR is already installed with SLES: # zy

Re: libapr /usr/lib64/libapr-1.so.0 not picked up by JAVA_OPTS in tomcat6.xml

2010-02-11 Thread Konstantin Kolinko
2010/2/11 J4 : > Dear everyone, > >    I am trying to use the APR based Apache Tomcat Native library on > SLES11 and it is installed in: > lrwxrwxrwx    1 root    root               17 Oct 12 01:03 > /usr/lib64/libapr-1.so.0 -> libapr-1.so.0.3.3 > -rwxr-xr-x    1 root    root           181112 Oct 1

Re: libapr /usr/lib64/libapr-1.so.0 not picked up by JAVA_OPTS in tomcat6.xml

2010-02-11 Thread J4
J4 wrote: > Dear everyone, > > I am trying to use the APR based Apache Tomcat Native library on > SLES11 and it is installed in: > lrwxrwxrwx1 rootroot 17 Oct 12 01:03 > /usr/lib64/libapr-1.so.0 -> libapr-1.so.0.3.3 > -rwxr-xr-x1 rootroot 181112 Oct 12 01

libapr /usr/lib64/libapr-1.so.0 not picked up by JAVA_OPTS in tomcat6.xml

2010-02-11 Thread J4
Dear everyone, I am trying to use the APR based Apache Tomcat Native library on SLES11 and it is installed in: lrwxrwxrwx1 rootroot 17 Oct 12 01:03 /usr/lib64/libapr-1.so.0 -> libapr-1.so.0.3.3 -rwxr-xr-x1 rootroot 181112 Oct 12 01:03 /usr/lib64/libapr-1