Best practice development directory layout for deploying exploded war

2003-06-13 Thread White, Joshua A (HTSC, CASD)
Hello all, My company is contemplating the idea of deploying servlet applications on Tomcat in production. (woohoo!) I am hoping that some of you may suggest some best practices for laying out your development directory structure. I have my directory structure layed out like an expanded war file

RE: Best practice development directory layout for deploying exploded war

2003-06-13 Thread Sohail Muhammad
ECTED]' Subject: Best practice development directory layout for deploying exploded war Hello all, My company is contemplating the idea of deploying servlet applications on Tomcat in production. (woohoo!) I am hoping that some of you may suggest some best practices for laying out your development

Re: Best practice development directory layout for deploying exploded war

2003-06-13 Thread Yoav Shapira
Howdy, My advice would be to follow the guide here: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/index.html Don't use the space under tomcat's webapps directories as a live development space. Only deploy built applications there. That means develop them elsewhere on your file system, i