You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2017/11/02 09:38:00 UTC

[jira] [Updated] (TOMEE-1868) Prevent hot deployment of "filepart" archives

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

Andy Gumbrecht updated TOMEE-1868:
----------------------------------
    Description: 
Dropping an application war into webapps sometimes deploys the partially extracted war file with the [appname].filepart and then [appname]. This obviously breaks both deployments and the only solution is to delete both, wait for the undeploy, and then redeploy.
This is to do with the transfer over scp - the extension is either '.filepart' or '.partial'.

  was:Dropping an application war into webapps sometimes deploys the partially extracted war file with the [appname].filepart and then [appname]. This obviously breaks both deployments and the only solution is to delete both, wait for the undeploy, and then redeploy.


> Prevent hot deployment of "filepart" archives
> ---------------------------------------------
>
>                 Key: TOMEE-1868
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1868
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.7.4, 7.0.1
>            Reporter: Andy Gumbrecht
>            Priority: Major
>             Fix For: 7.0.5, 1.7.6
>
>
> Dropping an application war into webapps sometimes deploys the partially extracted war file with the [appname].filepart and then [appname]. This obviously breaks both deployments and the only solution is to delete both, wait for the undeploy, and then redeploy.
> This is to do with the transfer over scp - the extension is either '.filepart' or '.partial'.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)