MyEclipse6.0配置好TomCat6.0后,在运行 TomCat报出如下错误error starting tomcat 6.x server

来源:百度知道 编辑:UC知道 时间:2024/05/29 22:57:40
A configuration error occurred during startup,Please verify the preference field with the prompt: Cannot find a free socket for the
debugger

你看看你的端口是不是被占用了!!!

8080端口

去apache-tomcat-6.0.20\conf文件夹下搜找server.xml文件

<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />

把8080改了。我估计你是装了oracle,并且启动了oracle服务。当然,也许你别的应用也占据了8080端口。我建议你改成9999或者8888这类。我习惯用8090