-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Leo,
On 11/30/12 7:02 PM, Leo Donahue - RDSA IT wrote: > Any changes that I make to the rest web app are done on Server 1, > in which I then need to generate a new rest.war file to be deployed > on Server 4. Anything custom that I configure for the rest webapp, > like the filter in web.xml, I have to remember to unpack the war > file, make edits and re-pack it, or leave it exploded. I highly recommend that you script this. Apache ant is great for this stuff. It's got tasks for unwarring WAR files, re-warring WAR files, performing XSLT transformations, string-replacements, merging directories together into archives (like WARs), etc. It's quite easy to do this kind of stuff. For instance, we have a Cocoon-based webapp that unpacks a pre-built Cocoon WAR file, compiles some custom Cocoon-based components against it, re-wires the XML-based configurations using XSLT, then re-builds the WAR file so it's ready for deployment. Nothing to "remember" except pushing the button. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlC5eLEACgkQ9CaO5/Lv0PDIhgCgp3iiao79N9fQPgE9IAqLEFvt 1RQAnA8Al9G1NJcEXBkajijEtoIxI1cX =GQwZ -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org