Netbeans GlassFish Server 4, deploy, Connection refused: connect, false , The module has not been deployed. See the server log for details

前端 未结 3 661
梦如初夏
梦如初夏 2021-01-12 03:06

My problem is that i get this message after i run any web application. example, in netbeans i create new project and chose webapplication i leave everything default i don\'t

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-12 03:55

    Go to line no. 1045 in build-impl.xml or click on line comes after deploying the web application as error and set the debugmode = "true" like this:

    ""
    

    after that save it and deploy the web application, it will be deployed.

提交回复
热议问题