Splitting up shared code and web.xml from WAR project to common JAR project

前端 未结 3 520

I have different webapps that share a large portion of the web.xml configuration. For example, the way some servlets are mapped is identical for all apps, but some webapps h

3条回答
  •  伪装坚强ぢ
    2020-12-01 10:41

    If you deploy your apps on glassfish, than you can put your common configuration in default-web.xml file under the domain-dir\config\ location.

提交回复
热议问题