4 Replies Latest reply on Nov 24, 2011 11:07 AM by muzzajboss

    In jboss 6 final where generally temp files are stored when server starts ?

    muzzajboss

      Hi,

      Actually i started using jboss 6 final recently before which i was using jboss 4.2.2. but in the latter version when the server starts all the files are stored temporarily in 'temp' folder, so that we can access this folder (and files in it) and change these files and this way we can dynamically change and deploy files (war aar etc) but in version 6 i found it difficult to locate those temporary files in 'temp' folder.

      Please help me in this regard !

       

      Thanks,

      Mozammil

        • 1. Re: In jboss 6 final where generally temp files are stored when server starts ?
          jaikiran

          The JBOSS_HOME/server/<servername>/tmp folder is not meant to do changes or add or remove files by the application or the user. It's meant for the server to temporarily store some of the deployed application's data.

          • 2. Re: In jboss 6 final where generally temp files are stored when server starts ?
            muzzajboss

            Hi jaikiran,

            But files in temp dir can be accessed and changed generally in development evironment when to fix some issues and to check some functionality ( view files like jsp, velocity).However i know that temp directory's files are not meant for changes.

            But question is something else. Please check and help.

             

            Thanks,

            MuzzaJboss

            • 3. Re: In jboss 6 final where generally temp files are stored when server starts ?
              jaikiran

              Mohammed Mozammil wrote:

               

               

              But files in temp dir can be accessed and changed generally in development evironment when to fix some issues and to check some functionality ( view files like jsp, velocity).

              That was a hack some applications did and shouldn't have been done.

               

               

              Mohammed Mozammil wrote:

               

              But question is something else. Please check and help.

               

              Your first post in this thread says:

               

              but in version 6 i found it difficult to locate those temporary files in 'temp' folder.

              Please help me in this regard !

              That's the question I answered. If that's not what you are looking for then please explain what your question is.

              • 4. Re: In jboss 6 final where generally temp files are stored when server starts ?
                muzzajboss

                jaikiran pai wrote:

                 

                That's the question I answered. If that's not what you are looking for then please explain what your question is.

                Jaikiran,

                What iam asking is: - In jboss ver 4x which i am using, files of war or ear are generally stored in "temp" folder and there we can access those files in war or ear which are present there in folder.

                But in jboss ver 6.0 final which i started to use not storing these files in temp folder.

                So i am just asking that is there any way that i can see those files.

                 

                Hope i made my question clear. !