You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "John Crim (JIRA)" <ji...@apache.org> on 2009/05/15 07:01:45 UTC

[jira] Updated: (TAP5-704) Tapestry webapp locks files in WEB-INF/lib, preventing clean re-deploy without restarting Tomcat.

     [ https://issues.apache.org/jira/browse/TAP5-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Crim updated TAP5-704:
---------------------------

    Description: 
Repro steps:
1. Run the Tapestry quickstart archetype (v 5.1.0.5) in NetBeans
2. Run it in the latest version of Tomcat (6.0.18). (note that NetBeans does the equivalent of running the exploded WAR in the /target dir directly within Tomcat)
3. View the site in a browser (to start Tapestry)
4. Undeploy the webapp in the Server window
5. Rebuild the webapp (mvn clean package) and try to deploy it. - the clean will fail with an error like:
Failed to delete directory: C:\dev\tapestry\webAppB\target. Reason: Unable to delete file C:\dev\tapestry\webAppB\target\webAppB\WEB-INF\lib\antlr-runtime-3.1.1.jar

In short, this flaw adds significant time to each iteration during development.  And, if a developer doesn't understand that Tapestry webapps don't undeploy properly, they can easily waste time with bugs that arise because old code is still running in tomcat.

The workaround is to shutdown tomcat before rebuilding the webapp (mvn clean) each time.

  was:
Repro steps:
1. Run the Tapestry quickstart archetype (v 5.1.0.5)
2. Build it (mvn package) and deploy the WAR to the latest version of Tomcat (6.0.18).
3. View the site in a browser (to start Tapestry)
4. Undeploy the webapp (either using /manager/html or an external command)
5. Rebuild the webapp and try to deploy it.

In short, this flaw adds significant time to each iteration during development.  And, if a developer doesn't understand that Tapestry webapps don't undeploy properly, they can easily waste time with bugs that arise because old code is still running in tomcat.


> Tapestry webapp locks files in WEB-INF/lib, preventing clean re-deploy without restarting Tomcat.
> -------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-704
>                 URL: https://issues.apache.org/jira/browse/TAP5-704
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: quickstart, tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: John Crim
>
> Repro steps:
> 1. Run the Tapestry quickstart archetype (v 5.1.0.5) in NetBeans
> 2. Run it in the latest version of Tomcat (6.0.18). (note that NetBeans does the equivalent of running the exploded WAR in the /target dir directly within Tomcat)
> 3. View the site in a browser (to start Tapestry)
> 4. Undeploy the webapp in the Server window
> 5. Rebuild the webapp (mvn clean package) and try to deploy it. - the clean will fail with an error like:
> Failed to delete directory: C:\dev\tapestry\webAppB\target. Reason: Unable to delete file C:\dev\tapestry\webAppB\target\webAppB\WEB-INF\lib\antlr-runtime-3.1.1.jar
> In short, this flaw adds significant time to each iteration during development.  And, if a developer doesn't understand that Tapestry webapps don't undeploy properly, they can easily waste time with bugs that arise because old code is still running in tomcat.
> The workaround is to shutdown tomcat before rebuilding the webapp (mvn clean) each time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.