gpt4 book ai didi

java - Netbeans:部署时删除我的项目

转载 作者:行者123 更新时间:2023-11-28 23:19:52 24 4
gpt4 key购买 nike

似乎当我尝试部署我的 JSP 项目时,它突然删除了整个项目。

这是我的调试日志:

ant -f D:\\tomcat\\webapps\\WebApplication1 -Dnb.internal.action.name=debug -Ddirectory.deployment.supported=true -DforceRedeploy=false -Dnb.wait.for.caches=true -Dis.debugged=true -Dbrowser.context=D:\\tomcat\\webapps\\WebApplication1 debug
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
debug:
connect-debugger:
Undeploying ...
undeploy?path=/WebApplication1
OK - Undeployed application at context path [/WebApplication1]
In-place deployment at D:\tomcat\webapps\WebApplication1\build\web
D:\tomcat\webapps\WebApplication1\build\web\META-INF\context.xml (The system cannot find the path specified)
D:\tomcat\webapps\WebApplication1\nbproject\build-impl.xml:1152: The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 0 seconds)

我使用的是 Netbeans 8.2、Tomcat 8.5.16、jdk1.8.0_131。

谁能告诉我哪里出了问题?

谢谢!

最佳答案

我是否正确解释了您正在 tomcat/webapps/WebApplication1 中开发(例如在 Netbeans 中)?你不应该这样做,正是因为你正在观察的原因。而是在别处创建您的项目,然后将 Netbeans(或 Ant 或任何构建工具)部署到 Tomcat。

这与为什么没有网络应用程序应该将上传的数据保存在自己的目录中的原因相同:它可能会在您的网络应用程序重新部署/升级时消失,因为服务器假定取消部署意味着您不再需要这些文件。将它们放在别处,一切都很好。

关于java - Netbeans:部署时删除我的项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45126866/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com