Vlasov Igor wrote:
> All libs MUST be in WEB-INF/lib. And i want to use standart procedure of
> detecting new .war and its deployment process BUT a want to manually control
> what files to undelpoy during this process
>
> Thus i can prevent that libs ant CLIENT UPLOADED FILES to delete from
> unpacked dir for .WAR
>
One should avoid uploading files into application's directory. You
should treat is as a read only one. Place uploaded files in some other
location, i.e. other tomcat's context or separate directory. Then you'll
have no problems with (un)deploying.
--
Mikolaj Rydzewski <miki@(protected)>

Attachment:
smime.p7s