Uploaded image for project: '[Read Only] - Hippo Archetype'
  1. [Read Only] - Hippo Archetype
  2. ARCHE-608

Speed up development by using expanded war folder in Cargo deployment

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • 13.2.0
    • None
    • Platform 204 - Fix Replication

    Description

      Currently the cargo.run profile used the .war files for deployment:

           <location>${project.basedir}/cms/target/cms.war</location> 

      For faster deployment the expanded folder can be used:

           <location>${project.basedir}/cms/target/cms</location> 

       1st run with war files
      [site.war] has finished in [40,630] ms
      [essentials.war] has finished in [35,100] ms
      [cms.war] has finished in [67,663] ms
       Server startup in 144222 ms
       
      2nd run with war files
      [essentials.war] has finished in [23,112] ms
      [cms.war] has finished in [59,764] ms
      [site.war] has finished in [23,360] ms
      Server startup in 106969 ms
       
      1st run with expanded war
      [site.xml] has finished in [16,756] ms
      [cms] has finished in [41,750] ms
      [essentials] has finished in [7,149] ms
      Server startup in 66114 ms
        2nd run wit expanded war
      Server startup in 54946 ms
       

      Attachments

        Activity

          People

            Unassigned Unassigned
            abanck Arent-Jan Banck (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: