ot;Tomcat Users List"
Sent: Friday, June 05, 2009 4:54 PM
Subject: Re: APR is not working
Mohamedin wrote:
Then when I started tomcat the log shows the following lines and then
nothing (It hangs)
05.06.2009 14:15:46 org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR b
Mohamedin wrote:
Then when I started tomcat the log shows the following lines and then
nothing (It hangs)
05.06.2009 14:15:46 org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.16.
05.06.2009 14:15:46 org.apache.catalina.core.AprLifecycl
On 05.06.2009 15:40, Mohamedin wrote:
> Dear everybody,
>
> I am trying to install APR for tomcat 6.0.18 on debian
> I did the following:
>
> apt-get install libapr1-dev libssl-dev
> cd tomcat-native-1.1.16-src/jni/native
> ./configure --with-apr=/usr/bin/apr-1-config
> --with-java-home=/usr/lib/
Dear everybody,
I am trying to install APR for tomcat 6.0.18 on debian
I did the following:
apt-get install libapr1-dev libssl-dev
cd tomcat-native-1.1.16-src/jni/native
./configure --with-apr=/usr/bin/apr-1-config --with-java-home=/usr/lib/jvm/java-1.5.0-sun
--prefix=/usr/lib/catalina
make
m