• Administrator's avatar
    Fixes execution command · 76d0472e
    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
README.md 2.7 KB