I am adding this post so that it may help anyone who have faced this issue.

Tomcat uses either APR implementation or JSSE implementation. 

The following error may be because of trying to load APR library for SSL but
the actual implementation might be using JSSE implementation.

So try commenting out the following line from server.xml and try restarting
tomcat
 <!--APR library loader. Documentation at /docs/apr.html -->
<!-- <Listener className="org.apache.catalina.core.AprLifecycleListener"
SSLEngine="on" /> -->


-- 
View this message in context: 
http://old.nabble.com/java.lang.Exception%3A-Socket-bind-failed%3A--730048--tp20587714p30193646.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