remm        2005/02/16 16:46:14

  Modified:    catalina/src/share/org/apache/catalina/startup
                        HostConfig.java
  Log:
  - Deleting expanded folder doesn't have too many benefits overall.
  
  Revision  Changes    Path
  1.58      +3 -3      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/HostConfig.java
  
  Index: HostConfig.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/HostConfig.java,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- HostConfig.java   16 Feb 2005 21:14:36 -0000      1.57
  +++ HostConfig.java   17 Feb 2005 00:46:14 -0000      1.58
  @@ -608,10 +608,10 @@
               // Add the eventual unpacked WAR and all the resources which 
will be
               // watched inside it
               if (isWar && unpackWARs) {
  -                deployedApp.redeployResources.put
  -                    (contextXml.getAbsolutePath(), new 
Long(contextXml.lastModified()));
                   
deployedApp.redeployResources.put(expandedDocBase.getAbsolutePath(),
                           new Long(expandedDocBase.lastModified()));
  +                deployedApp.redeployResources.put
  +                    (contextXml.getAbsolutePath(), new 
Long(contextXml.lastModified()));
                   addWatchedResources(deployedApp, 
expandedDocBase.getAbsolutePath(), context);
               } else {
                   if (context.getDocBase() != null) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to