You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Konstantin Avdeev (JIRA)" <ji...@apache.org> on 2016/04/16 22:13:25 UTC

[jira] [Updated] (CONNECTORS-1298) Houskeeping: jetty webapp temp directories don't get removed upon shutdown

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

Konstantin Avdeev updated CONNECTORS-1298:
------------------------------------------
    Description: 
Every MCF restart leaves out webapp temp dirs like this:

{code}
C:/Windows/Temp/jetty-0.0.0.0-8345-mcf-crawler-ui.war-_mcf-crawler-ui-any-125313306681249528.dir/webapp/
C:/Windows/Temp/jetty-0.0.0.0-8345-mcf-authority-service.war-_mcf-authority-service-any-6028962368901452542.dir/webapp/
C:/Windows/Temp/jetty-0.0.0.0-8345-mcf-api-service.war-_mcf-api-service-any-4370925025384089553.dir/webapp/
{code}

(or under {{java.io.tmpdir}}, if set)

Expected behaviour: delete these dir upon exit.
Could it help to set jetty's {{persistTempDirectory}} to false for these contextes?

Thank you!

  was:
Every MCF restart leaves out webapp temp dirs like this:

{code}
C:/Windows/Temp/jetty-0.0.0.0-8345-mcf-crawler-ui.war-_mcf-crawler-ui-any-125313306681249528.dir/webapp/
C:/Windows/Temp/jetty-0.0.0.0-8345-mcf-authority-service.war-_mcf-authority-service-any-6028962368901452542.dir/webapp/
C:/Windows/Temp/jetty-0.0.0.0-8345-mcf-api-service.war-_mcf-api-service-any-4370925025384089553.dir/webapp/
{code}

(or under {{java.io.tmpdir}}, if set)

Expected behaviour: delete these dir upon exit.
Could it help to set jetty's {{persistTempDirectory}} to true for these contextes?

Thank you!


> Houskeeping: jetty webapp temp directories don't get removed upon shutdown
> --------------------------------------------------------------------------
>
>                 Key: CONNECTORS-1298
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1298
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Framework core
>         Environment: Windows
>            Reporter: Konstantin Avdeev
>            Priority: Minor
>
> Every MCF restart leaves out webapp temp dirs like this:
> {code}
> C:/Windows/Temp/jetty-0.0.0.0-8345-mcf-crawler-ui.war-_mcf-crawler-ui-any-125313306681249528.dir/webapp/
> C:/Windows/Temp/jetty-0.0.0.0-8345-mcf-authority-service.war-_mcf-authority-service-any-6028962368901452542.dir/webapp/
> C:/Windows/Temp/jetty-0.0.0.0-8345-mcf-api-service.war-_mcf-api-service-any-4370925025384089553.dir/webapp/
> {code}
> (or under {{java.io.tmpdir}}, if set)
> Expected behaviour: delete these dir upon exit.
> Could it help to set jetty's {{persistTempDirectory}} to false for these contextes?
> Thank you!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)