如何在使用GlassFish Server時糾正模塊部署錯誤?如何在使用GlassFish服務器時糾正模塊部署錯誤?
試圖運行在Netbeans8 JSF Web的應用程序,我收到以下錯誤:
ant -f C:\\Users\\admin\\Desktop\\WebTime -Dnb.internal.action.name=run -Ddirectory.deployment.supported=true -DforceRedeploy=false -Dnb.wait.for.caches=true -Dbrowser.context=C:\\Users\\admin\\Desktop\\WebTime run
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
Starting GlassFish Server
GlassFish Server is running.
In-place deployment at C:\Users\admin\Desktop\WebTime\build\web
GlassFish Server, deploy, Connection refused: connect, false
C:\Users\admin\Desktop\WebTime\nbproject\build-impl.xml:1045: The module has not been deployed. See the server log for details.
作爲新的節目,我需要提示來糾正這個錯誤。請幫助我糾正它。
我這樣做,但沒有成功部署我的應用程序。所以我運行命令'delete-domain'。在我的情況下,域名是domain1。然後我重新創建了域'create-domain '。確保將我的屬性文件放入'domains//lib/classes'文件夾,並將我的數據庫驅動程序放到'domains//lib/ext'文件夾中。在刪除它之前,我將這兩個文件複製到域外的臨時目錄中。 –
cdaiga