zoukankan      html  css  js  c++  java
  • java部署掉坑记录

    1.通过run as ->maven build->生成war包时。没有提前清理target文件夹,导致多余的文件打入了war包。部署Tomcat后抛异常。

    2.有时项目改好后,在7版本的Tomcat中总是运行报错。启动一个新的8版本的Tomcat,运行正常。所以,当项目部署后总是跑不起来,要考虑下是不是运行环境有问题了,需要重新搭下环境。

    报错举例:

    More than one fragment with the name [org_apache_tomcat_websocket] was found. This is not legal with relative ordering. See section 8.2.2 2c of the Servlet specification for details. Consider using absolute ordering.
  • 相关阅读:
    2017.11.20
    第8次
    作业 lianxi
    java 7个练习题
    java 2.15
    java 2.6
    jsp变量和方法的声明
    jsp 基本标签从头练习
    15
    14
  • 原文地址:https://www.cnblogs.com/wllhq/p/11686253.html
Copyright © 2011-2022 走看看