解决Tomcat端口冲突问题

  1. windows+R 输入cmd
  2. 进入dos,输入  netstat   -ano|findstr  8080 说明:查看占用8080端口的进程
  1. 输入taskkill  /pid  69845  /f 

你可能感兴趣的:(解决Tomcat端口冲突问题)