Hi, If your pom.xml is configured in the build section like:
<build> <!-- for hot reload of the web application--> <outputDirectory> ${project.build.directory}/${project.build.finalName}/WEB-INF/classes</ outputDirectory> <plugins> <plugin> ..... Then Eclipse, NetBeans and IntelliJ which are all supporting incremental compile on a java file Save, or update the static file resources in the exploded war directory, will trigger automatically a App Server restart, enable hot swap of your application just by saving files in the IDE: Save and reload the app in the browser... Very effective. Also documented at: https://cloud.google.com/appengine/docs/java/tools/maven#app_engine_maven_plugin_goals (Same feature is available for Managed VMs, and the cloud SDK Maven plugin: https://cloud.google.com/appengine/docs/java/managed-vms/maven ) Ludo On Tuesday, April 28, 2015 at 7:29:59 AM UTC-7, Carl Emmoth wrote: > > Hello, > > so is it possible to run maven devserver (mvn appengine:devserver) and > have live hot swap for any changes in war dir? > > Like, if I change index.html with new text and refresh in browser, can it > update? > > It seems like fullScanSeconds only updates Java classes. > > Thanks, > Carl > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appengine@googlegroups.com. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/a59b8a0d-0fe8-45c4-ad20-e806f47a2214%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.