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 my app in one file?
> 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?
>
I want to know is the ability to modify .war deploy/undeploy logic with
custom actions(i.e/ ant script)?
or mamy use some tomcat mechanism to watch on .zip file modification in some
directory and run ant script which can modify files in my webapp dir and
restart app context
--
View this 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, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]