Thanks Rémy,it works. And thanks Markus, you help me go through all the
discussion and make it work. :)
Regards,
Jeff
Markus Schönhaber wrote:
Remy Maucherat wrote:
On 6/22/06, Markus Schönhaber <[EMAIL PROTECTED]> wrote:
I've just tried to configure a Connector which uses the
Http11BaseP
To make port 80 use APR and port 443 NOT use APR, I have tried it
several times, without any luck. After tomcat starts, port 80 is fine,
but connections to port 443 are always timeout. It looks from the log
the Http11BaseProtocol was not used on port 443. The log looks like:
=
I could reproduce this problem on ALL my dual core AMD Opteron servers
running FC5-x86_64. Not sure it is OS porting problem? JVM problem?
native jni problem? or combination?
Is it possible to configure Tomcat to use APR on port 80, but disable
APR on port 443 to use regular java keystore PKCS12
on of
tomcat or JDK.
--David
Jeff Chuang wrote:
Hi,
After starting tomcat from jsvc as service, it took 7840217 ms to
initialize Http11AprProtocol on http-443, during which port 80 was
blocked. There was no error found in jsvc debug info, neither was
catalina.out. After initialization on por
Hi,
After starting tomcat from jsvc as service, it took 7840217 ms to
initialize Http11AprProtocol on http-443, during which port 80 was
blocked. There was no error found in jsvc debug info, neither was
catalina.out. After initialization on port 443, everything works(both
ports 80 and 443). I