Hi Filip,
guess you're mixing things up:
Since I'm using the APR (Apache Portable Runtime), according to
http://tomcat.apache.org/tomcat-5.5-doc/apr.html,
it has to be SSLEngine="on"
(check the HTTPS-Connector)
The example given in the Tomcat-docs is
Cheers
Gregor
--
what's puzzlin' y
SSLEngine="on" should be SSLEnabled="true"
Gregor Schneider wrote:
Hi there,
I'm about to give it up.
One final question though:
Anybody out there who has the following combination up & running:
- Linux (Debian preferred, other distributions also welcome)
- Tomcat 5.5
- APR
- SSL
?
I'm
Hi Marcus,
On Mon, Sep 1, 2008 at 4:56 PM, Markus Schönhaber
<[EMAIL PROTECTED]> wrote:
>
> Is the libtcnative your Tomcat uses really linked against your self-compiled
> version of APR (ldd to check)?
>
looks as if you're becoming my personal hero...
I just had the development-headers of the AP
Gregor Schneider wrote:
seems I was a bit too optimistic...
although I compiled APR with /dev/urandomPLUS creating $HOME/.rnd
(changed 2048 to 4096 since this is the value specified in
/proc/sys/kernal/poolsize), it's again taking ages to start up tomcat.
AFAIK is /dev/urandom guaranteed not
Hi Markus,
seems I was a bit too optimistic...
although I compiled APR with /dev/urandomPLUS creating $HOME/.rnd
(changed 2048 to 4096 since this is the value specified in
/proc/sys/kernal/poolsize), it's again taking ages to start up tomcat.
Since this is a server-machine where I just can't "mo
Gregor Schneider wrote:
The solution was:
- create an .rnd-file within the user-space:
openssl rand -out $HOME/.rnd 2048
- compile the APR with /dev/urandom:
./configure --with-apr=/usr/bin/apr-1-config \\
--with-devrandom=/dev/urandom \\
--prefix=/hom
Hi Markus,
On Fri, Aug 29, 2008 at 5:52 PM, Markus Schönhaber
<[EMAIL PROTECTED]> wrote:
> Gregor Schneider schrieb:
>
> Search the list archives. There has more than once been discussion about
> this topic. For example
> http://marc.info/?l=tomcat-user&m=118190563608389&w=2
> Maybe this helps.
>
Gregor Schneider schrieb:
Anybody out there who has the following combination up & running:
- Linux (Debian preferred, other distributions also welcome)
- Tomcat 5.5
- APR
- SSL
Yes.
into server.xml, Tomcat-startup hangs when initializing Coyote HTTP/1.1:
2008-08-29 17:15:31,722 INFO
To: users@tomcat.apache.org
> Subject: APR & SSL not working
>
> Hi there,
>
> I'm about to give it up.
>
> One final question though:
>
> Anybody out there who has the following combination up & running:
>
> - Linux (Debian preferred, other dis
Hi there,
I'm about to give it up.
One final question though:
Anybody out there who has the following combination up & running:
- Linux (Debian preferred, other distributions also welcome)
- Tomcat 5.5
- APR
- SSL
?
I'm sucessful getting Tomcat running together with the APR, however,
when
10 matches
Mail list logo