1
votes

Where are the Embedded Tomcat configuration files for spring-boot-starter-web? I want to set autoDeploy="true" to make the Embedded Tomcat hot deploy changes to my html files.

1
are you using maven in your project to download the depnedencies? - pd30
I suppose changing html files doesn't require autoDeploy - hsluo
@hsluo - HTML files require a redeploy w/ the embedded container. - szxnyc

1 Answers

4
votes

An embedded container has no notion of an autoDeploy (that's a container feature that applies to deployed war files). If you just want to reload static resources at dev time, the docs are here: http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto-hotswapping