You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Ziborov Egor (JIRA)" <ji...@apache.org> on 2014/12/25 09:24:13 UTC

[jira] [Created] (AXIS2-5680) Need abbility to customize tmp directory

Ziborov Egor created AXIS2-5680:
-----------------------------------

             Summary: 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


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