gpt4 book ai didi

java - Apache Tomcat 7.0.14 :build-impl. xml:1111: 模块尚未部署

转载 作者:行者123 更新时间:2023-11-30 11:20:47 24 4
gpt4 key购买 nike

Netbeans7.4 中部署项目时,它没有在 Apache Tomcat 7.0.14 中部署项目,而是显示以下内容

E:\Project\atom\nbproject\build-impl.xml:1111: The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 1 minute 22 seconds)

built-impl.xml 的第 1111 行是

<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" 
forceRedeploy="${forceRedeploy}"/>

为了解决上述问题,我遵循了这个 link

我的context.xml 文件包含

<?xml version="1.0" encoding="UTF-8"?>
<Context antiJARLocking="true" path="/atom"/>

并且所有权限都设置给普通用户

如何解决这个问题,还有什么可能导致这个错误

编辑:现在安装了 Netbeans 8.0Apache Tomcat 8 然后也显示同样的问题 我正在使用 struts2.3.15hibernet3.6

我的web.xml内容是

<?xml version="1.0" encoding="UTF-8"?>
<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<listener>
<listener-class> business.schedular.QuartzSchedulerListener </listener-class>
</listener>
<session-config>
<session-timeout>
120
</session-timeout>
</session-config>
<welcome-file-list>
<welcome-file>pages/login.jsp</welcome-file>
</welcome-file-list>
</web-app>

最佳答案

我经常遇到这个问题,让我分享一下我的经验:

when I experience this issue, I just switch off my wireless network connectivity and then I will restart Netbeans 7.4 in the wireless offline mode. Once it is restarted I will deploy all the applications which I have to execute for a day.

部署将成功完成。稍后您可以在系统中激活无线/网络连接,进一步部署不会显示错误。

直到关闭Neatbeans7.4,你可以部署,你可以清理和构建,你可以做任何你想做的事情。

但如果您打算再次重启 IDE,请执行相同的操作,停用无线/网络连接并进行部署。

我每天都按照上述步骤处理这个问题。

Before Wireless/Network Activation:

After Wireless/Network Activation:

关于java - Apache Tomcat 7.0.14 :build-impl. xml:1111: 模块尚未部署,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22573787/

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