-
Administrator authored
The command to execute the application launching it without watching the file system was not currently working, as the command used "cargo:start" closed Tomcat when the construction finished. This command has been replaced by "cargo:run", that blocks the construction avoiding Tomcat shut down.
76d0472e