GlassFish v3 Domain Server cannot start. Port is occupied

后端 未结 13 1636
余生分开走
余生分开走 2021-02-08 21:10

I imagine this is a pretty generic error. I cant seem to find any documentation on it.

I am simply attempting to run a java web project with jsp\'s and beans... using n

13条回答
  •  执念已碎
    2021-02-08 21:37

    you need to know who occupied the port. run in cmd netstat -aon | find ":80" | find "LISTENING" you will see process id. go to Task Manager and drop it.

提交回复
热议问题