Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-18 Thread Christopher Schultz
-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 check

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-17 Thread Jaroslav Fikker
. __ Od: Konstantin Kolinko knst.koli...@gmail.com Komu: Tomcat Users List users@tomcat.apache.org 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 fik...@atlas.cz: You

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-15 Thread Konstantin Kolinko
2011/4/13 Jaroslav Fikker fik...@atlas.cz: 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

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-14 Thread Jaroslav Fikker
: 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 your java cause you have 64-bit OS, right? Regards -- ^TM

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-14 Thread André Warnier
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

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-14 Thread Mladen Turk
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

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-13 Thread Mladen Turk
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

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-13 Thread Jaroslav Fikker
__ Od: Mladen Turk mt...@apache.org Komu: Tomcat Users List users@tomcat.apache.org Datum: 13.04.2011 09:18 Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat On 04/13/2011 07:14 AM, Jaroslav Fikker wrote: Hi, I also create /opt

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-13 Thread Konstantin Kolinko
Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat 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

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-13 Thread Jaroslav Fikker
: Problem with Apache Portable Runtime (APR) based Native library for Tomcat /lib64/* -- is your Java 64-bit as well? I guess yours is 32-bit, because version.sh printed Architecture: x86 2011/4/13 Jaroslav Fikker fik...@atlas.cz: Hi, There is output of ldd command: ldd /opt/tomcat_6_0

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-13 Thread Mladen Turk
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:

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-12 Thread Jaroslav Fikker
:04 tomcat-i18n-ja.jar J. Fikker __ Od: Konstantin Kolinko knst...@gmail.com Komu: Tomcat Users List use...@tomcat.apache.org Datum: 11.04.2011 09:09 Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library forTomcat

Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-11 Thread Jaroslav Fikker
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

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-11 Thread Konstantin Kolinko
2011/4/11 Jaroslav Fikker fik...@atlas.cz: 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

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-11 Thread Jaroslav Fikker
: 11.04.2011 09:09 Předmět: Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat 2011/4/11 Jaroslav Fikker fik...@atlas.cz: 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

Apache Portable Runtime (APR) based Native library for Tomcat

2011-01-12 Thread Peter Sparkes
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

Re: Apache Portable Runtime (APR) based Native library for Tomcat

2011-01-12 Thread Pid
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

Re: Portable

2010-03-24 Thread Asangansi
Hi all, Thanks alot for your contributions. What other file should i reconfigure to permanently connect the tomcat to a particular mysql server? Say, mysql server running on port 3308? And can i make it automatically start the mysql database? Thank you in anticipation for your collaboration. CTO

Re: Portable

2010-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 3/21/2010 9:16 AM, David Kerber wrote: If you can find one. I've been looking for 2GB ones, and they're tough to find. The smallest I can easily find is 8. I don't know about the stock availability, but MicroCenter (in the US) still

Re: Portable

2010-03-22 Thread Dan Armbrust
and  what specific files do i need to reconfigure withe the new port address say, 8088? conf/server.xml Don't forget to change these other ports (in the same file) as well to something non-default: port=8005 port=8009 port=8443

OT: Bootable USB sticks (was Re: Portable)

2010-03-22 Thread David kerber
On 3/22/2010 1:47 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 3/21/2010 9:16 AM, David Kerber wrote: If you can find one. I've been looking for 2GB ones, and they're tough to find. The smallest I can easily find is 8. I don't know about the stock

Re: Portable

2010-03-21 Thread David Kerber
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Asangansi, On 3/20/2010 9:31 AM, Asangansi wrote: can i reduce the file size i.e. are ther files i wounldn't need? Tomcat is the smallest component you are trying to get working, here. I think the JVM will be

Re: Portable

2010-03-20 Thread Asangansi
host it. -Original Message- From: Asangansi asangansi.enyen...@gmail.com To : Tomcat Users List users@tomcat.apache.org Sent: Thu Mar 18 8:17:56 2010 Subject: Re: Portable Thanks alot Chris and Todd, Yes, i want to avoid conflicts with the host computer's default tomcat ports

Re: Portable

2010-03-20 Thread Asangansi
: Re: Portable On 18 March 2010 16:59, Christopher Schultz ch...@christopherschultz.netwrote: If, as Todd reports, the JVM can be installed to a USB stick, Id just go with that: pick a port that's unlikely to be used by the host machine (like 80801) and use that for your setup. Avoid using

RE: Portable

2010-03-20 Thread Caldarale, Charles R
From: Asangansi [mailto:asangansi.enyen...@gmail.com] Subject: Re: Portable Whats the problem with MySQL? It's platform-specific; you need different versions for Windows, Linux, MAC, and various flavors of UNIX. A Java-based DB doesn't have that issue. - Chuck THIS COMMUNICATION MAY

Re: Portable

2010-03-20 Thread Asangansi
ok CTO - Thinkwizer Limited, +234 703 5358949 +234 805 7590042 skype: asangansi.ini yahoo: inionfire On Sat, Mar 20, 2010 at 3:50 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Asangansi [mailto:asangansi.enyen...@gmail.com] Subject: Re: Portable Whats the problem

Re: Portable

2010-03-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Asangansi, On 3/20/2010 9:31 AM, Asangansi wrote: can i reduce the file size i.e. are ther files i wounldn't need? Tomcat is the smallest component you are trying to get working, here. I think the JVM will be the largest-sized component you have to

Re: Portable

2010-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Asangansi, On 3/18/2010 8:17 AM, Asangansi wrote: Yes, i want to avoid conflicts with the host computer's default tomcat ports. From what you said about using a virtualized server, if i used VM Ware could it be made bootable? I'd like to try the

Re: Portable

2010-03-18 Thread Peter Crowther
On 18 March 2010 16:59, Christopher Schultz ch...@christopherschultz.netwrote: If, as Todd reports, the JVM can be installed to a USB stick, Id just go with that: pick a port that's unlikely to be used by the host machine (like 80801) and use that for your setup. Avoid using anything other

Re: Portable

2010-03-18 Thread David kerber
On 3/18/2010 12:59 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Asangansi, On 3/18/2010 8:17 AM, Asangansi wrote: Yes, i want to avoid conflicts with the host computer's default tomcat ports. From what you said about using a virtualized server, if i used VM

Re: Portable

2010-03-18 Thread Electronjockey
can change your config if need. Of course the alternative to all this is just host it. -Original Message- From: Asangansi asangansi.enyen...@gmail.com To : Tomcat Users List users@tomcat.apache.org Sent: Thu Mar 18 8:17:56 2010 Subject: Re: Portable Thanks alot Chris and Todd, Yes, i

RE: Portable

2010-03-18 Thread Todd Hicks
List Subject: Re: Portable On 18 March 2010 16:59, Christopher Schultz ch...@christopherschultz.netwrote: If, as Todd reports, the JVM can be installed to a USB stick, Id just go with that: pick a port that's unlikely to be used by the host machine (like 80801) and use that for your setup

Re: Portable

2010-03-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Asangansi, On 3/12/2010 4:18 AM, Asangansi wrote: I have a webapp that runs on tomcat 6.0.2 with a mysql database. 6.0.20? I'm looking at creating a portable version of my server for demonstration purposes, which will run on a different port

RE: Portable

2010-03-15 Thread Todd Hicks
I'm currently working on a portable development environment for a client. I have Tomcat 6.0.20 running portably as part of Xampp. I have successfully configured it to run with the JDK (non-installed) on the same USB device, so it can be done. -Original Message- From: Christopher

Re: Portable

2010-03-12 Thread Asangansi
Hi, I'm really sorry for that. I have a webapp that runs on tomcat 6.0.2 with a mysql database. I'm looking at creating a portable version of my server for demonstration purposes, which will run on a different port other than the default. So, i'll like to know what configuration files i need

RE: Portable

2010-03-12 Thread Josef Pullicino
accept responsibility for any loss or damage arising from the use of this email or attachments. -Original Message- From: Asangansi [mailto:asangansi.enyen...@gmail.com] Sent: 12 March 2010 10:18 To: Tomcat Users List Subject: Re: Portable Hi, I'm really sorry for that. I have a webapp

Re: Portable

2010-03-12 Thread André Warnier
Please do not hijack threads. Do not just hit reply on an existing message, and then replace the text or whatever. Start a new message. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Re: Portable

2010-03-12 Thread Pid
On 12/03/2010 10:18, André Warnier wrote: Please do not hijack threads. Do not just hit reply on an existing message, and then replace the text or whatever. Twice. Start a new message. - To unsubscribe, e-mail:

Portable

2010-03-11 Thread Asangansi
Sup guyz, i want to create a portable and mobile version of my webapp on a usb stick, so like to hav the gurus advice me on configuration options, files i wouldn't need so it could be lighter and so i wont have to config it when i move 2 another pc. And i'll to ask 'On what platform does Tomcat

Re: Portable

2010-03-11 Thread André Warnier
Asangansi wrote: Sup guyz, i want to create a portable and mobile version of my webapp on a usb stick, so like to hav the gurus advice me on configuration options, files i wouldn't need so it could be lighter and so i wont have to config it when i move 2 another pc. And i'll to ask 'On what

Tomcat with Netscape Portable Runtime (NSPR)

2009-10-13 Thread G S
Is it possible to configure Tomcat to use NSPR similar to the way you can configure Tomcat to use the Apache Portable Runtime (APR)? I have been successful in configuring Tomcat to use the APR and modifying the server.xml. THe same config does not seem to work with the NSPR and I have been unable

Re: Tomcat with Netscape Portable Runtime (NSPR)

2009-10-13 Thread Peter Crowther
2009/10/13 G S skis...@gmail.com: Is it possible to configure Tomcat to use NSPR similar to the way you can configure Tomcat to use the Apache Portable Runtime (APR)? No. In the same way, it's not possible to configure Mozilla to use the Apache Portable Runtime. - Peter

Re: Tomcat with Netscape Portable Runtime (NSPR)

2009-10-13 Thread G S
might accomplish that? On Tue, Oct 13, 2009 at 2:38 PM, Peter Crowther peter.crowt...@melandra.com wrote: 2009/10/13 G S skis...@gmail.com: Is it possible to configure Tomcat to use NSPR similar to the way you can configure Tomcat to use the Apache Portable Runtime (APR)? No. In the same

Apache Portable Runtime ?

2009-05-29 Thread johnrock
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

Re: Apache Portable Runtime ?

2009-05-29 Thread johnrock
-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 commands, e-mail: users-h

RE: Apache Portable Runtime ?

2009-05-29 Thread Caldarale, Charles R
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 static content, I suspect

Re: Apache Portable Runtime ?

2009-05-29 Thread Bill Barker
Caldarale, Charles R chuck.caldar...@unisys.com 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 install APR? Your

Re: Apache Portable Runtime ?

2009-05-29 Thread Christopher Schultz
-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

RE: Apache Portable Runtime and Tomcat?

2008-01-04 Thread Jim Brikman (ybrikman)
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.apache.org resp

Re: Apache Portable Runtime and Tomcat?

2008-01-04 Thread Rainer Jung
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

Apache Portable Runtime and Tomcat?

2008-01-04 Thread Jim Brikman (ybrikman)
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 http

Re: Apache Portable Runtime and Tomcat?

2008-01-04 Thread Rainer Jung
: 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.apache.org resp. www.openssl.org). The tcnative source can be obtained from

Apache Portable Runtime 1.1.4 on Debian Etch?

2007-09-27 Thread Daniel M Garland
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

Apache Portable Runtime

2007-07-27 Thread James Rome
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:

Re: Apache Portable Runtime

2007-07-27 Thread Rainer Jung
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

RE: Apache Portable Runtime

2007-07-27 Thread Lakshmi Venkataraman
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 Tomcat starts, I get: Jul 27

Re: Installing Apache Portable Runtime on Linux

2007-03-08 Thread Orlando Reis
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/tomcat-6.0-doc

Installing Apache Portable Runtime on Linux

2007-03-07 Thread DM
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 host

Re: Questions about Apache Portable Runtime on Tomcat 5.5.x

2007-01-15 Thread Markus Schönhaber
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

Questions about Apache Portable Runtime on Tomcat 5.5.x

2007-01-14 Thread Allen Young
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

How to use or install APR(Apache Portable Runtime) with Tomcat 6.0

2006-11-12 Thread Jayant Kumar
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.

Re: High CPU Usage with Apache Portable Runtime

2006-09-21 Thread Mladen Turk
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

Re: High CPU Usage with Apache Portable Runtime

2006-09-21 Thread Yann Rouillard
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

Re: High CPU Usage with Apache Portable Runtime

2006-09-21 Thread Mladen Turk
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

Re: High CPU Usage with Apache Portable Runtime

2006-09-21 Thread Yann Rouillard
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

Re: High CPU Usage with Apache Portable Runtime

2006-09-21 Thread David Delbecq
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? No but

Re: High CPU Usage with Apache Portable Runtime

2006-09-21 Thread David Delbecq
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)

Re: High CPU Usage with Apache Portable Runtime

2006-09-21 Thread Yann Rouillard
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.Poll.poll

High CPU Usage with Apache Portable Runtime

2006-09-20 Thread Yann Rouillard
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

Tomcat 5.5.15 unable to find the Apache Portable Runtime library, Solaris 10.

2006-02-02 Thread Dumortier
-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 allows optimal

application problem after installing Apache Portable Runtime

2006-01-25 Thread Gaël Lams
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 to

Re: Apache Portable Runtime not found on the java.library.path

2005-12-21 Thread FTP
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.06

Apache Portable Runtime not found on the java.library.path

2005-12-20 Thread William Claxton
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 suggestion on how

Re: Apache Portable Runtime not found on the java.library.path

2005-12-20 Thread Adam Constabaris
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.path

Re: Apache Portable Runtime not found on the java.library.path

2005-12-20 Thread FTP
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 suggestion on how to resolve this? add the following

Re: Apache Portable Runtime not found on the java.library.path

2005-12-20 Thread Adam Constabaris
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,

Re: Apache Portable Runtime not found on the java.library.path, resolved

2005-12-20 Thread William Claxton
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

Re: Apache Portable Runtime

2005-12-04 Thread Robert Palmer
that I should worry about? Is it easily resolved? I have downloaded and installled Apache Portable Runtiime. It did not install in the Java path though? The message has been fixed in 5.5.13. What Tomcat is really looking for is libtcnative-1.so. To get that, you unpack tomcat

Re: Apache Portable Runtime

2005-12-04 Thread M A
? Is it easily resolved? I have downloaded and installled Apache Portable Runtiime. It did not install in the Java path though? The message has been fixed in 5.5.13. What Tomcat is really looking for is libtcnative-1.so. To get that, you unpack tomcat-native.tar.gz (in $CATALINA_HOME/bin

Apache Portable Runtime

2005-12-02 Thread Robert Palmer
Is this something that I should worry about? Is it easily resolved? I have downloaded and installled Apache Portable Runtiime. It did not install in the Java path though? Thanks Using CATALINA_BASE: /usr/local/tomcat Using CATALINA_HOME: /usr/local/tomcat Using CATALINA_TMPDIR: /usr/local

Re: Failed shutdown of Apache Portable Runtime

2005-11-27 Thread Behrang Saeedzadeh
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.

Failed shutdown of Apache Portable Runtime

2005-11-26 Thread Behrang Saeedzadeh
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

Re: Failed shutdown of Apache Portable Runtime

2005-11-26 Thread Bill Barker
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 from

Tomcat 5.5.12 + APR (Apache Portable Runtime) + SSL (OpenSSL) on Windows

2005-11-17 Thread Dhaval Patel
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 does

Re: Tomcat 5.5.12 + APR (Apache Portable Runtime) + SSL (OpenSSL) on Windows

2005-11-17 Thread Dhaval Patel
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

Re: Tomcat 5.5.12 + APR (Apache Portable Runtime) + SSL (OpenSSL) on Windows

2005-11-17 Thread Remy Maucherat
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 a