java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind 가 틀린 이유

521 단어 Windows Socket
java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind 가 잘못 보고 한 이 유 는 무엇 입 니까?
원인: tomcat 포트 번호 가 점용 되 었 습 니 다.
해결 방법: tomcat 아래 conf 파일 의 server. xml 로 이동 합 니 다.
<Connector port="8090" protocol="HTTP/1.1" 
               connectionTimeout="20000" 
               redirectPort="8443" /> 
             , :
  <Connector port="8099" protocol="AJP/1.3" redirectPort="8443" /> 
 OK 

좋은 웹페이지 즐겨찾기