zoukankan      html  css  js  c++  java
  • tomcat 6.0 部署报错信息

    部署时提示的错误信息如下:

    Deployment failure on Tomcat 6.x. Could not copy all resources to E:apache-tomcat-6.0.16webappscon  . If a file is locked, you can wait until the lock times out to redeploy, or stop the server and redeploy, or manually remove the deployment at E:apache-tomcat-6.0.16webappscon    .

    再次点部署按钮时就会提示如下:  

    Undeployment Failure could not be redeployed because it could not be completely removed in the undeployment phase. the most common cuase of this problem is attempting to redeploy while the server is running,which has locked one or more files.

    to correct the deployment you will need to stop the server and then redeploy the project before restarting the server.

    编译工具 : myeclipse 

    web project  name : contactsys_jdbc   web 路径设为: con

    部署到tomcat  就一直如上错误

    解决办法:myeclipse ------   properties  ---   myeclipse ---- web ------  web context-root :  /contactsys_jdbc  

  • 相关阅读:
    hdu 4460spfa用map来实现
    hdu 2579
    hdu 2845
    hdu 4462
    hdu 4557
    hdu 4639
    URAL 2078 Bowling game
    UVA
    HDU 5773 The All-purpose Zero 脑洞LIS
    Codeforces Round #368 (Div. 2) C. Pythagorean Triples 数学
  • 原文地址:https://www.cnblogs.com/yimian/p/8549735.html
Copyright © 2011-2022 走看看