Spring boot app with web.xml in the .war file -


i have spring boot application works fine in tomcat embedded. when take .war file final output have no web-inf/web.xml file. deploy in pass need web.xml in final output .war. how can in built?

if deploy in servlet 3.0 compatible container, don't need web.xml. can use webapplicationinitializer mechanism spring (check example springbootservletinitializer).


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -