aung bar hlay wrote:
> 
> [snip]
>     <Connector port="8080" protocol="HTTP/1.1"
>                connectionTimeout="20000"
>                redirectPort="8443" />
> 
>     <Connector executor="tomcatThreadPool"
>                port="8080" protocol="HTTP/1.1"
>                connectionTimeout="20000"
>                redirectPort="8443" />
> [snip]
> 
It seems that you have both the HTTP connectors enabled and that too for the
same port hence the error. Either start those connectors on different ports
or comment one of them.

-sasuke
-- 
View this message in context: 
http://old.nabble.com/Tomcat-6-SSL-configuration-error-tp29246040p29256560.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to