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

Re: Apache Portable Runtime

2005-12-04 Thread Robert Palmer
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:

Re: Apache Portable Runtime

2005-12-02 Thread Bill Barker
-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

Apache Portable Runtime

2005-12-02 Thread Robert Palmer
/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

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