From: Alexis O'C. <ale...@co...> - 2005-07-13 13:57:26
|
Antony Corfield wrote: > Ok Alexis, as a developer, I don't want to deploy a war file, I just > want to build the webapp and copy the contents of build directory to > ${catalina.home}/webapps wherever that might be. If I use the build > target catalina.xml and web.xml are missing from the resulting WEB-INF > folder. Which build target should I use? > Deploying in the way you specify - webapp. You do *not* need a context.xml for that. Alexis P.S. In a quiet moment, you might like to look at the deploy-local target. This does *not* deploy via a war file either. P.P.S. I had been thinking at the back of my mind that I probably did need to write a document that describes the rationale and design of the build.xml. This probably makes the case ;-). |