简体   繁体   English

netbeans中尚未部署模块错误

[英]Module has not been deployed in netbeans Error

I am getting an error while running my netbeans web application.. 运行我的netbeans Web应用程序时出现错误。
Its saying 俗话说

C:\\Users\\Dhruv\\Documents\\NetBeansProjects\\FinalProject\\nbproject\\build-impl.xml:1025: The module has not been deployed. C:\\ Users \\ Dhruv \\ Documents \\ NetBeansProjects \\ FinalProject \\ nbproject \\ build-impl.xml:1025:该模块尚未部署。 See the server log for details. 有关详细信息,请参见服务器日志。

I got this error suddenly after adding a servlet to my project.. These are the lines in the xml file.. 在将servlet添加到我的项目后,我突然收到此错误。.这些是xml文件中的行。

    <target if="netbeans.home" name="-run-deploy-nb"> 
    <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false"
forceRedeploy="${forceRedeploy}"/> </target>

I had the same problem.I just uninstalled the netbeans and installed it again. 我遇到了同样的问题,我只是卸载了netbeans然后再次安装了它。 When i installed it again i customized the configuration and made sure that i selected runtime as apache tomcat. 当我再次安装它时,我自定义了配置,并确保选择了运行时作为apache tomcat。 May be this could anyone. 可能这可能是任何人。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM