Mantis - Resin
Viewing Issue Advanced Details
3001 minor always 10-10-08 16:03 10-13-08 11:10
ferg  
ferg  
urgent  
closed 3.1.7  
fixed  
none    
none 3.2.1  
0003001: expand-cleanup-fileset
(rep by Bill Au)

 can use the following in resin.conf to exlude files from being cleaned up during war expansion:

<web-app-deploy path="webapps">
<expand-cleanup-fileset>
<exclude>WEB-INF/data/**</exclude>
</expand-cleanup-fileset>
</web-app-deploy>

But I am running multiple webapps in the same port and I want to have different clean up behavior for each webapp. I tried putting the <web-app-deploy> block in web.xml but it doesn't work. Is it possible the use <expand-cleanup-fileset> in web.xml?


Notes
(0003508)
ferg   
10-13-08 11:10   
server/1h01