Re: Advanced War deployment

2007-01-10 Thread Leon Rosenberg
> machine somewhere else than under tomcat, put your new files therein > and repackage the .war on the machine directly? > > regards > Leon > Please give me the detailed explanation ot your idea.. -- View this message in context: http://www.nabble.com/Advanced-War-deployment-tf2

Advanced War deployment

2007-01-10 Thread Vlasov Igor
message in context: http://www.nabble.com/Advanced-War-deployment-tf2951300.html#a8255209 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe

Re: Advanced War deployment

2007-01-10 Thread Vlasov Igor
ase give me the detailed explanation ot your idea.. -- View this message in context: http://www.nabble.com/Advanced-War-deployment-tf2951300.html#a8255145 Sent from the Tomcat - User mailing list archive at Nabble.com. -

Re: Advanced War deployment

2007-01-10 Thread Mikolaj Rydzewski
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

Re: Advanced War deployment

2007-01-10 Thread Leon Rosenberg
f 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 -- View this message in context:

Re: AW: Advanced War deployment

2007-01-10 Thread Vlasov Igor
> Markus > > I have no rights to acess /tomcat/... dirs and put lib files -- View this message in context: http://www.nabble.com/Advanced-War-deployment-tf2951300.html#a8254533 Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Advanced War deployment

2007-01-10 Thread Vlasov Igor
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 -- View this message in context: http

AW: Advanced War deployment

2007-01-10 Thread Döring Markus
ilto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 10. Januar 2007 09:50 > An: users@tomcat.apache.org > Betreff: Advanced War deployment > > > I have one commercial project and want to deploy it throw .war deployment > process. > My application uses external libs (10 mb) which mu

Re: Advanced War deployment

2007-01-10 Thread Mikolaj Rydzewski
Vlasov Igor wrote: I have one commercial project and want to deploy it throw .war deployment process. My application uses external libs (10 mb) which must presents in WEB-INF\lib dir. All app size is 12mb. How can i avoid of putting all that libs in .war file and transfer only actual content of

Advanced War deployment

2007-01-10 Thread Vlasov Igor
? For example I put all except libs in .war and deploy it. Then tomcat replace only changed file and do not delete already deployes libs. Maybe I can use ANT script to replace Tomcat .war deploy/undeploy procedure? -- View this message in context: http://www.nabble.com/Advanced-War