启动tomcat出问题了~求解答
用的是Eclipse,启动tomcat的时候显示Port8080requiredbyTomcatv6.0Serveratlocalhostisalreadyinuse.T...
用的是Eclipse,启动tomcat的时候显示
Port 8080 required by Tomcat v6.0 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
怎么解决,求帮助 展开
Port 8080 required by Tomcat v6.0 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
怎么解决,求帮助 展开
3个回答
展开全部
应该是端口号 8080 已经被使用了。改成其他的端口号。
在tomcat 目录下的config文件夹里面有个server.xml 搜索 ======<Connector executor="tomcatThreadPool"
port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />=====(等号中间的代码)。里面的port改成其他的值,只要这个端口没被使用就可以了。具体最大多少可以我忘了。
在tomcat 目录下的config文件夹里面有个server.xml 搜索 ======<Connector executor="tomcatThreadPool"
port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />=====(等号中间的代码)。里面的port改成其他的值,只要这个端口没被使用就可以了。具体最大多少可以我忘了。
展开全部
只能看出,Tomcat的端口8080已经被使用了,不知道是不是你已经启动了Tomcat服务器,看看有没有Tomcat的进程
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你的端口号被占用了,可能被另一个过程或者系统过程占用了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询