Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Service definitions changes don't need a restart

...

It's easier to name the main cases (I'll not get into details) where you need to restart:

  • Containers and alike configuration configurations changes (this one seems obvious, changes related to the embedded application server - Tomcat - needs a restart)
  • Java change changes (compilation)
  • Service definition change (if your service is written in minilang you don't need to retart when changing the implementation)
  • DB definition change DB definitions changes (entity, field, etc.)

If the caches are on (ie not on dev mode), it's the same (you don't need to recompile) but you need to clear the caches. See at ...webtools/control/FindUtilCache You might even clear only the cache where things changed (production performance).