1 Reply Latest reply on Jan 4, 2005 3:35 AM by frito

    Tmp directory change

    svdath

      Hi,
      How do i change the tmp directory where Jboss keeps all the work time files. Its right now putting all the files in a folder in MyDocument/Settings/....

      I need to change this C:\tmp

      -Vinay

        • 1. Re: Tmp directory change
          frito

          I was browsing some sources (ConfigImpl, ServerImpl) and I think you just need to set this system property at startup: jboss.server.temp.dir

          Give it a try ;-)