因为这是我在这个论坛的第一篇文章,如果我犯了任何错误,请原谅我。好吧,我正在使用 netbeans ide 7.2.1 版本和内置的 Apache tomcat。我有一个运行良好的 Web 应用程序项目,但突然之间我遇到了如下所述的错误:
deploy? config=file%3A%2FC%3A%2FUsers%2FSourya%2FAppData%2FLocal%2FTemp%2Fcontext2934387861047212056.xml&path=/EmployeeInformationSystem
http://localhost:8084/manager/text/deploy?config=file%3A%2FC%3A%2FUsers%2FSourya%2FAppData%2FLocal%2FTemp%2Fcontext2934387861047212056.xml&path=/EmployeeInformationSystem
O:\NetBeansProject\EmployeeInformationSystem\nbproject\build-impl.xml:1022: The module has not been deployed.
See the server log for details.
以前有一些线程提到了这个问题,但我找不到合适的解决方案。我尝试过多次构建和清理它,但仍然没有解决方案。上述错误中的链接,即 xml 第 1022 行中的代码是:
1021 <target if="netbeans.home" name="-run-deploy-nb">
1022 <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
1023 </target>
而且,当我尝试创建一个新的 Web 应用程序时,它会显示无法构建它的相同错误。那我现在该怎么办?提前致谢..