3 Replies Latest reply on Jun 5, 2012 12:10 PM by balind7

    Is there a way to change/configure directory names in JBoss tmp directory

    balind7

      Hi,

       

      we are porting a larger application from JBoss 5.1 to JBoss 7.1.

       

      We have successfully ported several servlets, web services, EJBs etc.

       

      Now we are struggling with some older parts of our application. These parts are using cgi scripts.

      The cgi scripts need information about the location of the JBoss 7 tmp directories and their names.

       

      There was a "speaking" sub directory name (= name of the deployed war or jar file) in JBoss 5.1, for example:

      \tmp\4sh1f60-nfux3n-h2sp3lfy-1-h2sp5dnl-ap\myapplication.war.

      Our cgi applications are using the part: myapplication.war.

       

      In JBoss 7 we have no chance to check the correct deployment directory outside our JBoss web context.

      The directory names are even more cryptic than in JBoss 5, for example:

      tmp\vfs\tempa4a0bac80f893be1\content-ddd08d456d5e952a

      There is no information about "myapplication.war" in the path names any more.

       

      In servlet context we can get the path information using getRealPath. But it is difficult to change our old cgi applications.

      Therefore we are searching for a way to rename the last part of the tmp directory.

       

      Anybody have suggestions/ideas?

       

      Thanks

       

      Baerbel