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

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

2011-04-17 Thread Jaroslav Fikker
. __ > 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

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

2011-04-15 Thread Konstantin Kolinko
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

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-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 Jaroslav Fikker
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

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: users-unsubscr...@tomcat.

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

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

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

2011-04-13 Thread Konstantin Kolinko
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

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

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

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 Tom

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

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

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

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

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

2011-04-11 Thread Konstantin Kolinko
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

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

2011-04-10 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: 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 p

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 java.librar

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

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-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" -

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 a

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 th

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-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 wrote: >> From: Asangansi [mailto:asangansi.enyen...@gmail.com] >> Subject: Re: Portable >> >> Whats the prob

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. - Chuc

Re: Portable

2010-03-20 Thread Asangansi
ive. Though I honestly don't use it much. I > use db4o for rapid prototyping. > > -Original Message- > From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] > On Behalf Of Peter Crowther > Sent: Thursday, March 18, 2010 1:19 PM > To: Tomcat Users

Re: Portable

2010-03-20 Thread Asangansi
re you start Tomcat, so you can change your config if need. > Of course the alternative to all this is just host it. > > -----Original Message- > From: Asangansi > To : Tomcat Users List > Sent: Thu Mar 18 8:17:56 2010 > Subject: Re: Portable > > Thanks alot Chris

RE: Portable

2010-03-18 Thread Todd Hicks
Users List Subject: Re: Portable On 18 March 2010 16:59, Christopher Schultz wrote: > 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 u

Re: Portable

2010-03-18 Thread Electronjockey
rt checker that you can run before you start Tomcat, so you can change your config if need. Of course the alternative to all this is just host it. -Original Message- From: Asangansi To : Tomcat Users List Sent: Thu Mar 18 8:17:56 2010 Subject: Re: Portable Thanks alot Chris and To

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 Wa

Re: Portable

2010-03-18 Thread Peter Crowther
On 18 March 2010 16:59, Christopher Schultz wrote: > 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 > than Tomcat and I think you

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

Re: Portable

2010-03-18 Thread Asangansi
the problem i had with xampp is that it asks me to setup each time i take it to another pc. However, i had another tomcat installation before using the xampp(tomcat) option. On 3/16/10, Todd Hicks wrote: > > I'm currently working on a portable development environment for a client

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: Christ

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

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: users-unsub

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, e-

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 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

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 as

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 platf

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 wrote: > 2009/10/13 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)? > > No. In the same way, it's

Re: Tomcat with Netscape Portable Runtime (NSPR)

2009-10-13 Thread Peter Crowther
2009/10/13 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)? No. In the same way, it's not possible to configure Mozilla to use the Apache Portable Runtim

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: 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 ?

2009-05-29 Thread Bill Barker
"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

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

Re: Apache Portable Runtime ?

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

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 and Tomcat?

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

RE: Apache Portable Runtime and Tomcat?

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

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 w

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 <h

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 up-

RE: Apache Portable Runtime

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

RE: Apache Portable Runtime

2007-07-27 Thread Lakshmi Venkataraman
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

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

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: /usr/lib/jvm/java-1.5.0-sun-1.5.0_12/jre/lib/i3

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/tom

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

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. Chec

Re: High CPU Usage with Apache Portable Runtime

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

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

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
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

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? >>> >

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 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 tr

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 h

Re: High CPU Usage with Apache Portable Runtime

2006-09-20 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 st

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 th

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

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

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 t

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.

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 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, be

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

2005-12-20 Thread FTP
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 : Take Two

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

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

2005-12-20 Thread Caldarale, Charles R
> 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

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

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 sug

Re: Apache Portable Runtime

2005-12-04 Thread M A
>news:[EMAIL PROTECTED] > > > > > >>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? > >> > >> &g

Re: Apache Portable Runtime

2005-12-04 Thread Robert Palmer
MAIL PROTECTED] 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? The message has been fixed in 5.5.13. What Tomcat is really looking for is libtcnative-1.so. To g

Re: Apache Portable Runtime

2005-12-02 Thread Bill Barker
"Robert Palmer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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? > The mess

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.

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 f

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: 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

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 anyw

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: > 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

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

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