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  

  • 相关阅读:
    adfs环境安装
    joinquant网站
    test
    对C转换说明符的误解以及关于数组的一些知识
    正确求平方根的整数部分方法
    单链表的交换排序法
    链表的冒泡排序
    240页345题
    C语言中对数组名取地址
    单链表的基础操作练习
  • 原文地址:https://www.cnblogs.com/yimian/p/8549735.html
Copyright © 2011-2022 走看看