JBoss web.xml书写次序

 在jboss中部署一个war包,启动后提示web.xml错误。tomcat、weblogic、resin不用按次序书写

<display-name>

<context-param>

<filter>

<filter-mapping>

<listener>

<servlet>

<servlet-mapping>

...

若部署的包lib目录中,含有rar或zip文件,容易出zipException错误。

你可能感兴趣的:(tomcat,jboss,weblogic)