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? -- View this message in context: http://www.nabble.com/Advanced-War-deployment-tf2951300.html#a8253992 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]