0 Replies Latest reply on Aug 4, 2014 9:17 AM by smabreu

    upload_d9170e80_6765_4202_84b9_498d085b0f10_00000000.tmp in work directory

    smabreu

      Hi,

       

      I created the service bellow using spring:

       

      @RequestMapping(value = "/services/myservice/", method = RequestMethod.POST), org.springframework.web.bind.annotation.RequestMapping

       

      Every time I receive a request is created a file like upload_d9170e80_6765_4202_84b9_498d085b0f10_00000000.tmp in the directory bellow.

      The disk is full because the server is receiving a lot of requests.

       

      <JBOSS_HOME>\standalone\tmp\work\jboss.web\default-host\myapp\

       

      What can I do to don't create this file or delete during runtime?

       

      Att,

      Sérgio Abreu