On 6/22/06, Markus Schönhaber <[EMAIL PROTECTED]> wrote:
Jeff Chuang wrote:
> 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've just tried to configure a Connector which uses the Http11BaseProtocol by
setting the attribute class="org.apache.coyote.http11.Http11BaseProtocol" on

It should actually be:
protocol="org.apache.coyote.http11.Http11Protocol"

--
xxxxxxxxxxxxxxxxxxxxxxxxx
Rémy Maucherat
Developer & Consultant
JBoss Inc
xxxxxxxxxxxxxxxxxxxxxxxxx

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to