2008/10/2 Kothari, Shivani <[EMAIL PROTECTED]>: > Hi, > I want to replace tokens inside a war file. How to do that? I am able to > replace tokens in to exploded war folder, but I want to replace tokens > in context.xml inside a war.
Simplest approach I can think of is Extract file to temporary directory; replace tokens; update war with modified file. You could expand the whole war file and repackage it, but since it's possible to update individual files in a zip/jar/etc. I'd just do that. Andy. -- http://pseudoq.sourceforge.net/ Open source java Sudoku application --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
