-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jarda,
On 4/18/2011 1:12 AM, Jaroslav Fikker wrote:
> Thank you very much for your tip. I had tried to run command
>
> CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 ./configure --with-apr=/usr
> --prefix=/opt/tomcat_6_0
>
> but I still was unsuccessful. I
.
__
> Od: "Konstantin Kolinko"
> Komu: Tomcat Users List
> Datum: 15.04.2011 16:48
> Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library
> for Tomcat
>
>2011/4/13 Jaroslav Fikker :
>>
>> You a
2011/4/13 Jaroslav Fikker :
>
> You are right - my java is 32bit. So that is the probelm in compilation of
> APR?
>
Java byte code is agnostic to CPU architecture, but native code should
be for the same architecture as the Java runtime that loads it.
You should either use 64-bit JRE with 64-bit
On 04/14/2011 12:10 PM, André Warnier wrote:
Jaroslav Fikker wrote:
I apologize for my stupid question but I am not Linux specialist.
Is there some recommendation for using 32bit java (and APR) on 64bit RedHat?
It is not a stupid question. Proof : I have the same question. :-)
If you allow
Jaroslav Fikker wrote:
Hi,
I apologize for my stupid question but I am not Linux specialist.
Is there some recommendation for using 32bit java (and APR) on 64bit RedHat?
It is not a stupid question. Proof : I have the same question. :-)
If you allow me to hijack your post, my question is :
m: 13.04.2011 14:38
> Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library
> for Tomcat
>
>On 04/13/2011 02:29 PM, Jaroslav Fikker wrote:
>>
>>
>> So that is the probelm in compilation of APR?
>>
>
>LOL. Nope. It's in
On 04/13/2011 02:29 PM, Jaroslav Fikker wrote:
So that is the probelm in compilation of APR?
LOL. Nope. It's in your java cause you have 64-bit OS, right?
Regards
--
^TM
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.
Hi Konstantin,
You are right - my java is 32bit. So that is the probelm in compilation of APR?
JF
__
> Od: "Konstantin Kolinko"
> Komu: Tomcat Users List
> Datum: 13.04.2011 14:15
> Předmět: Re: Problem with A
is OK.
>
> Jarda
>
> __________
>> Od: "Mladen Turk"
>> Komu: Tomcat Users List
>> Datum: 13.04.2011 09:18
>> Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library
>&g
o.1 (0x2ad6f675f000)
It seems that all is OK.
Jarda
__
> Od: "Mladen Turk"
> Komu: Tomcat Users List
> Datum: 13.04.2011 09:18
> Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library
> for Tomcat
&g
On 04/13/2011 07:14 AM, Jaroslav Fikker wrote:
Hi,
I also create /opt/tomcat_6_0/bin/setenv.sh file with this content:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib
export LD_LIBRARY_PATH
But when I start server with startup.sh script I can find next warning
incatalina.out file (but Tom
Feb 2 20:04 tomcat-i18n-ja.jar
J. Fikker
__
Od: "Konstantin Kolinko"
Komu: Tomcat Users List
Datum: 11.04.2011 09:09
Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library
forTomcat
2011/4/11 Jaro
09
> Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library
> for Tomcat
>
>2011/4/11 Jaroslav Fikker :
>>
>> I installed APR library with these commands:
>> ./configure --with-apr=/usr --prefix=/opt/tomcat_6_0
>> make
>> make insta
2011/4/11 Jaroslav Fikker :
>
> I installed APR library with these commands:
> ./configure --with-apr=/usr --prefix=/opt/tomcat_6_0
> make
> make install
>
> I also create /opt/tomcat_6_0/bin/setenv.sh file with this content:
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib
> export LD_LIBRARY
Hello everybody.
I need help with installation of Apache Portable Runtime (APR) based Native
library for Tomcat. I use Tomcat 6.0.32.0 on Red Hat Enterprise Linux Server
release 5.6 (Tikanga). There is output from version.sh:
Using CATALINA_BASE: /opt/tomcat_6_0/servers
On 1/12/11 2:51 PM, Peter Sparkes wrote:
> Hello,
>
> I have a number of Tomcat6 instances, using mod_jk, each of which runs a
> separate website (linux debian lenny).
>
> My catalina.out files contain:
>
> INFO: The APR based Apache Tomcat Native library which allows optimal
> performance in p
Hello,
I have a number of Tomcat6 instances, using mod_jk, each of which runs a separate website (linux
debian lenny).
My catalina.out files contain:
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production
environments was not found on the java.librar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
John,
On 5/29/2009 4:38 PM, johnrock wrote:
> I wanted to add a little clarity to my question: I am not using SSL or
> serving any significant amount of static content - just good ol fashioned
> Jsp/Jstl's with a standalone tomcat (no Apache). A very
"Caldarale, Charles R" wrote in message
news:0aae5ab84b013e45a7b61cb66943c17228f1795...@usea-exch7.na.uis.unisys.com...
>> From: johnrock [mailto:johnpi...@yahoo.com]
>> Subject: Re: Apache Portable Runtime ?
>>
>> Given that, is it still a preferred idea to i
> From: johnrock [mailto:johnpi...@yahoo.com]
> Subject: Re: Apache Portable Runtime ?
>
> Given that, is it still a preferred idea to install APR?
Your best bet is to measure the performance of your webapp with and without
APR. Since you're not using SSL and have limited
p://www.nabble.com/Apache-Portable-Runtime---tp23786125p23786703.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional
I am running a standalone tomcat 6.0.18 on a centOS 5.3 system. Is it a good
idea to install the Apache Portable Runtime? Would I see performance
increase? And, are there any drawbacks/cons to doing so?
Thanks for any advice you might have on this -
John
--
View this message in context:
http
,
> Jim
>
>
> -Original Message-
> From: Rainer Jung [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 04, 2008 4:34 PM
> To: Tomcat Users List
> Subject: Re: Apache Portable Runtime and Tomcat?
>
> Hi Jim,
>
> APR and OpenSSL are maintained by other pr
figuration
that is necessary?
Thanks,
Jim
-Original Message-
From: Rainer Jung [mailto:[EMAIL PROTECTED]
Sent: Friday, January 04, 2008 4:34 PM
To: Tomcat Users List
Subject: Re: Apache Portable Runtime and Tomcat?
Hi Jim,
APR and OpenSSL are maintained by other projects (apr.apach
because you mentioned DLL), and a configure
script for Unix/Linux. The configure script of the most recent version
is 1.1.12 is broken (see mail on this list today), but the library code
is fine.
Regards,
Rainer
Jim Brikman (ybrikman) schrieb:
> The User Guide for the Apache Portable Runtime w
The User Guide for the Apache Portable Runtime with Tomcat (
http://tomcat.apache.org/tomcat-5.5-doc/apr.html) states the following:
Windows binaries are provided for tcnative-1, which is a statically
compiled .dll which includes OpenSSL and APR. It can be downloaded from
here <h
Hi again,
In my catalina.out I see the following INFO on a server startup:
INFO: An older version 1.1.3 of the Apache Tomcat Native library is
installed, while Tomcat recommends version greater than 1.1.4
I installed libapr1 and libapr1-dev using apt on Debain etch 64-bit
version, and am up-
Lakshmi said:
You have to compile libtcnative as well.
In addition to the documentation mentioned by Rainer, also look in the
archives for the threads
"Tomcat native library Not found in Solaris 9" and
"Tomcat 5.5, IPv6, APR, HTTP and HTTPS"
Lakshmi
---
I got the APR compiled and run
Rainer Jung [mailto:[EMAIL PROTECTED]
Sent: Friday, July 27, 2007 9:22 AM
To: Tomcat Users List
Subject: Re: Apache Portable Runtime
The APR libs are not enough for the APR connector. Have a look at
http://tomcat.apache.org/tomcat-5.5-doc/apr.html
Regards,
Rainer
James Rome wrote:
> When Tomc
The APR libs are not enough for the APR connector. Have a look at
http://tomcat.apache.org/tomcat-5.5-doc/apr.html
Regards,
Rainer
James Rome wrote:
When Tomcat starts, I get:
Jul 27, 2007 10:06:11 AM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native
When Tomcat starts, I get:
Jul 27, 2007 10:06:11 AM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance
in production environments was not found on the java.library.path:
/usr/lib/jvm/java-1.5.0-sun-1.5.0_12/jre/lib/i3
install
Then
[EMAIL PROTECTED] native]# ./configure --with-apr=/usr/local/apr-httpd
I usually build everything.
Orlando
On 3/7/07, DM <[EMAIL PROTECTED]> wrote:
Hi,
I'm tring to install the Apache Portable Runtime on Linux as per the
instructions here:
http://tomcat.apache.org/tom
Hi,
I'm tring to install the Apache Portable Runtime on Linux as per the
instructions here:
http://tomcat.apache.org/tomcat-6.0-doc/apr.html
When I run configure I get the following output
[EMAIL PROTECTED] native]# ./configure
checking build system type... i686-pc-linux-gnu
checking
Allen Young wrote:
> First, how can I use APR on a windows install version of tomcat 5.5.x. I've
> found several tutorials about setting APR, all of which are about adding
> something in catalina.bat. As you can see, windows install version doesn't
> have that file but do contains a tcnative-1.dll
Hi all,
I've used tomcat for quite a long time but not until last week did I notice
the APR stuff. Since I don't quite understand a few things, I want to ask
your folks.
First, how can I use APR on a windows install version of tomcat 5.5.x. I've
found several tutorials about setting APR, all of
Hi everybody,
I want to implement comet with tomcat 6.0 but docs says I must have APR
Support for comet, I have tried a lot but I couldn’t start APR support, I
will be very thankful if anybody can help me.
Jayant kr. Punjabi
(iTG India Pvt. Ltd.)
--
No virus found in this outgoing message.
Chec
: 5211154 295 25 <-
libtcnative-1.so.0.1.3:Java_org_apache_tomcat_jni_Poll_poll = 525
Yann
Yann Rouillard a écrit :
Yes from what I understand a native call is used when you use the apache
portable runtime with tomcat.
Yann
David Delbecq a écrit :
Nice, in a
Yes from what I understand a native call is used when you use the apache
portable runtime with tomcat.
Yann
David Delbecq a écrit :
Nice, in a native call :/
"ajp-8009-Poller-0" daemon prio=5 tid=0x087670e0 nid=0x10 runnable
[0xd4ccf000..0xd4ccfd98]
at org.apache.tomcat.jni
Nice, in a native call :/
"ajp-8009-Poller-0" daemon prio=5 tid=0x087670e0 nid=0x10 runnable
[0xd4ccf000..0xd4ccfd98]
at org.apache.tomcat.jni.Poll.poll(Native Method)
at
org.apache.tomcat.util.net.AprEndpoint$Poller.run(AprEndpoint.java:1153)
at java.lang.Thread.run(Thread.java:534)
Here is the jvm thread dump:
Full thread dump Java HotSpot(TM) Client VM (1.4.2_11-b06 mixed mode):
"ajp-8009-3" daemon prio=5 tid=0x083ee530 nid=0x12 in Object.wait()
[0xd4c4b000..0xd4c4bd98]
at java.lang.Object.wait(Native Method)
- waiting on <0xd5e5c1f8> (a
org.apache.tomc
Could you send us a few jvm thread dumps while the CPU usage, i bet this
an be more helpful than an os dump.
To generate a Thread dump, simply send the signal 3 to the java process
(assuming you use a SUN jvm or derivative)
Yann Rouillard a écrit :
>
Did you tried it with Tomcat 5.5.17?
>>>
>
Did you tried it with Tomcat 5.5.17?
No but I can try. Some modifications have been on this area ?
Yes, a lots of them, see the:
http://tomcat.apache.org/tomcat-5.5-doc/changelog.html
The way how Poller is handled has changed, so just try the
5.5.17.
Ok, I have tried with 5.5.17 and the
Yann Rouillard wrote:
Mladen Turk a écrit :
Yann Rouillard wrote:
Hi,
I am noticing high cpu usage with tomcat 5.5.12 using APR 1.2.7 that
doesn't appear with tomcat without apr.
Which version of native you use?
I use version 1.1.3
Did you tried it with Tomcat 5.5.17?
No but I can tr
Mladen Turk a écrit :
Yann Rouillard wrote:
Hi,
I am noticing high cpu usage with tomcat 5.5.12 using APR 1.2.7 that
doesn't appear with tomcat without apr.
Which version of native you use?
I use version 1.1.3
Did you tried it with Tomcat 5.5.17?
No but I can try. Some modifications h
Yann Rouillard wrote:
Hi,
I am noticing high cpu usage with tomcat 5.5.12 using APR 1.2.7 that
doesn't appear with tomcat without apr.
Which version of native you use?
Did you tried it with Tomcat 5.5.17?
--
Mladen.
-
To st
Hi,
I am noticing high cpu usage with tomcat 5.5.12 using APR 1.2.7 that
doesn't appear with tomcat without apr.
The server is a Solaris 10 x86, bi processor.
As soon as several ajp13 connections are made, the cpu usage of the java
process increase to 50%.
Is this expected behaviour ? Is th
x512m
-Djava.library.path=/usr/local/apr/lib -Djava.awt.headless=true'
In spite of this, Tomcat on launch time is still reporting not being able to
load the library.
2 févr. 2006 11:35:24 org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Portable Runtime which allo
Hi all,
After reading the benefits of using apr (and seen the info message in
catalina.out ;-)
I downloaded apr-1.2.2, configure && make && make install and modified
my init.d script with -Djava.library.path=/usr/local/apr/lib'.
Tomcat (version 5.5.12, jre1.5.0_05, Suse Professional 9.3) seems t
just for the records, indeed disabling the APR listener is solving the problem.
Just tried out and it works.
Thanks very much for your support
George
On Tue, Dec 20, 2005 at 01:46:55PM -0500, Adam Constabaris wrote:
> FTP wrote:
> >I face the same problem with:
> >
> >Tomcat 5.5.12
> >jdk: 1.5.
At 02:46 AM 12/21/2005, Adam Constabaris wrote:
FTP wrote:
I face the same problem with:
Tomcat 5.5.12
jdk: 1.5.06
and cannot find the library you suggest in order to include it!
APR integration isn't yet fully part of the Tomcat distribution, as
far as I can tell (I think it's misleading of
FTP wrote:
I face the same problem with:
Tomcat 5.5.12
jdk: 1.5.06
and cannot find the library you suggest in order to include it!
APR integration isn't yet fully part of the Tomcat distribution, as far
as I can tell (I think it's misleading of them to enable the APR
listener on startup, be
to Tomcat 5.5 I get this error.
> >I have also installed the compatability upgrade for the Java Runtime.
> >
> >"The Apache Portable Runtime which allows optimal performance in
> >production environments was not found on the java.library.path."
> >
>
William Claxton wrote:
Running Java JDK 1.4. After upgrading to Tomcat 5.5 I get this error.
I have also installed the compatability upgrade for the Java Runtime.
"The Apache Portable Runtime which allows optimal performance in
production environments was not found on the java.library
> From: William Claxton [mailto:[EMAIL PROTECTED]
> Subject: Apache Portable Runtime not found on the java.library.path
>
> "The Apache Portable Runtime which allows optimal performance in
> production environments was not found on the java.library.path."
>
> A
William Claxton wrote:
Running Java JDK 1.4. After upgrading to Tomcat 5.5 I get this error.
I have also installed the compatability upgrade for the Java Runtime.
"The Apache Portable Runtime which allows optimal performance in
production environments was not found on the java.library
Running Java JDK 1.4. After upgrading to Tomcat 5.5 I get this
error. I have also installed the compatability upgrade for the Java Runtime.
"The Apache Portable Runtime which allows optimal performance in
production environments was not found on the java.library.path."
Any sug
apr --with-ssl=/path/to/OpenSSL
> > $ make
> > $ cp libtcnative-1.so ..
> >
> >
> >
> >>Thanks
> >>
> >>Using CATALINA_BASE: /usr/local/tomcat
> >>Using CATALINA_HOME: /usr/local/tomcat
> >>Using CATALINA_TMPDIR: /us
sing CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JRE_HOME: /opt/jdk1.5.0_04/
Dec 2, 2005 5:20:25 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Portable Runtime which allows optimal performance in
production environments
was not found on the java.library.path:
-1.so ..
> Thanks
>
> Using CATALINA_BASE: /usr/local/tomcat
> Using CATALINA_HOME: /usr/local/tomcat
> Using CATALINA_TMPDIR: /usr/local/tomcat/temp
> Using JRE_HOME: /opt/jdk1.5.0_04/
> Dec 2, 2005 5:20:25 PM org.apache.catalina.core.AprLifecycleListener
> lifecycleEv
/tomcat/temp
Using JRE_HOME: /opt/jdk1.5.0_04/
Dec 2, 2005 5:20:25 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Portable Runtime which allows optimal performance in
production environments
was not found on the java.library.path:
/opt/jdk1.5.0_04/jre/lib
Hi Bill,
Thanks for the reply.
If there are no other error messages, then it usually means that you simply
> don't have the APR Connector installed.
But IMHO this is misleading. Either the error message should change to
reflect the absence of APR or no error message should be displayed at all.
If there are no other error messages, then it usually means that you simply
don't have the APR Connector installed.
"Behrang Saeedzadeh" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi,
>From time to time I recieve this error message whenever I attempt to
shutdown Tomcat 5.5.12 f
Hi,
>From time to time I recieve this error message whenever I attempt to
shutdown Tomcat 5.5.12 from within IDEA. Any ideas why is this
happening?
- Behi
--
"Science is a differential equation. Religion is a boundary limit" - Alan Turing
Behrang Saeedzadeh
http://www.jroller.com/page/behrangsa
On 11/17/05, Dhaval Patel <[EMAIL PROTECTED]> wrote:
> Thanks for your response Remy. But I didnt quite get it. I need help
> configuring
> SSL with Tomcat on Windows XP. I read the documentation that I found. I could
> not
> solve the problem that's why I posted on forum. I wrote what I did. How
Thanks for your response Remy. But I didnt quite get it. I need help configuring
SSL with Tomcat on Windows XP. I read the documentation that I found. I could
not
solve the problem that's why I posted on forum. I wrote what I did. How a newbie
knows what is irrelevant and what is not.
Thanks anyw
On 11/17/05, Dhaval Patel <[EMAIL PROTECTED]> wrote:
> Hello all,
>
>Then I read at some place that if you want APR you have do some extra
> configuration, which I followed in part 2.
>
> (2) Using OpenSSL.
>
>I installed OpenSSL. I read documentation about how to generate key and
> certifi
pache Portable Runtime). When I use
those binray, I didnt get it to work. I put openssl.exe and tcnative-1.dll in my
bin directory which I downloaed from website which apache documentation
mentioned. I restarted the tomcat, I can see server status and things look fine
on regular HTTP. But HTTPs doe
67 matches
Mail list logo