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

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -