On Sun, 4 Oct 2009 21:26:55 -0700 (PDT), Magnus <[email protected]> wrote: > What is the easiest to reconstitute the WEB_INF dir. Do I have to > redeploy the war?
A WAR is just a zip file with a different extension. You can grab a fresh WAR from the web site, expand it, and copy that WEB-INF into your web app. The only thing you'll lose is your bluedragon.xml config file but it sounds like you have a copy of that elsewhere, so just copy that over to the proper place, restart, and you should be good to go. You can use any standard zip tool to expand the WAR by just changing the extension to ZIP (some programs might recognize it without changing the extension), or from a command line do: jar xvf openbd.war Hope that helps! -- Matthew Woodward [email protected] http://mpwoodward.posterous.com identi.ca/Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
