How do I include different web.xml files in order to switch between production and development builds?
Location: http://www.jguru.com/faq/view.jsp?EID=535861 Created: Nov 1, 2001 Author: Erik Hatcher (http://www.jguru.com/guru/viewbio.jsp?EID=405274) Question originally posed by David Chelimsky (http://www.jguru.com/guru/viewbio.jsp?EID=535615 Several ways to do this kind of thing, but the simplest is to put your two different web.xml files into different directories named ‘production’ and ‘development’ (or alternatively name your files web-production.xml and web-development.xml) – just as long as the words ‘development’ and ‘production’ are part of the filename. Then you can do a copy:
Related Questions
- Can I use Import Wizard to promote documents from one server to another(say development to production) if the two servers are on different service packs?
- How do I include different web.xml files in order to switch between production and development builds?
- How can I share files between builds for different architectures?