[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sandesha-dev
Subject:    [jira] [Updated] (AXIS2-5680) Need abbility to customize tmp directory
From:       "Ziborov Egor (JIRA)" <jira () apache ! org>
Date:       2014-12-25 8:25:13
Message-ID: JIRA.12763746.1419495823000.100304.1419495913644 () Atlassian ! JIRA
[Download RAW message or body]


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

Ziborov Egor updated AXIS2-5680:
--------------------------------
    Attachment: TempFileManager.java.patch

> Need abbility to customize tmp directory
> ----------------------------------------
> 
> Key: AXIS2-5680
> URL: https://issues.apache.org/jira/browse/AXIS2-5680
> Project: Axis2
> Issue Type: Improvement
> Components: kernel
> Affects Versions: 1.5.1
> Environment: WebLogic Server
> Reporter: Ziborov Egor
> Attachments: TempFileManager.java.patch
> 
> 
> When we use axis2 as part of complex solution we need to customize axis2 temp \
> directory path. (for example, to cleanup axis2 files) Patch is in attach
> Previous version
> {code}
> System.getProperty("java.io.tmpdir")
> {code}
> Patch:
> {code}
> System.getProperty("axis2.io.tmpdir") != null ? \
> System.getProperty("axis2.io.tmpdir") : System.getProperty("java.io.tmpdir") {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic