zengkid / SmartTomcat

The Tomcat plugin for Intellij IDEA
Apache License 2.0
126 stars 55 forks source link

webapp没有读取maven编译后的web.xml #3

Closed fevenor closed 6 years ago

fevenor commented 6 years ago

我们的maven项目,根据运行环境,编译时对web.xml进行了变量替换。SmartTomcat在运行时,读取的是原始的web.xml文件,而非编译后target目录下的web.xml。

zengkid commented 6 years ago

这种情况暂时不支持,我这个插件是直接指向开发目录的。 也就是配置的Deployment直接配置/webapp就可以了。 这个webapp是一个完整的war目录,但是不用包括jar和classes。