j2ee项目没有部署,如何解决这个问题?

时间:2020-07-28 16:12:39

标签: java tomcat netbeans web-applications java-ee-7

该项目首先运行正常,然后在运行时收到此消息

Deployment is in progress...
deploy?config=file%3A%2Ftmp%2Fcontext12935315827393297945.xml&path=/social_media
FAIL - Deployed application at context path [/social_media] but context failed to start
/home/hossam/NetBeansProjects/social media/nbproject/build-impl.xml:1039: The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 0 seconds)

这是build-impl.xml:1039中的代码

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

和这个tomcat日志

28-Jul-2020 15:11:08.779 SEVERE [http-nio-8080-exec-11] org.apache.catalina.core.StandardContext.listenerStart Skipped installing application listeners due to previous error(s)

0 个答案:

没有答案