Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3001 | minor | always | 10-10-08 16:03 | 10-13-08 11:10 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | 3.1.7 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.1 | ||
|
|||||
Summary: | 0003001: expand-cleanup-fileset | ||||
Description: |
(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? |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|