GlassFish v3 Domain Server cannot start. Port is occupied

后端 未结 13 1881
余生分开走
余生分开走 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:14

    I use NetBeans*+Glassfish 4 under Ubuntu 14.04 . I get the same error . The issue has been resolved when i stop running TOMCAT .

    sudo service tomcat7 stop
    

提交回复
热议问题