Should my dev and prod environments be identical? Really? So you deploy your
source files? :-)
 This is one of many cases in which the development environment does not
match the production environment. And as I explained in my other post, not
using Apache will not change my problem. 




Hassan Schroeder-2 wrote:
> 
> On Thu, Oct 23, 2008 at 7:56 AM, nlif <[EMAIL PROTECTED]> wrote:
> 
>> I am trying to separate the static content from the dynamic content of my
>> application. In production, I intend to use Apache to serve the static
>> content, and Tomcat to process requests to the application (mainly
>> JSP's).
> 
>> My problem, however, is with the development environment:
> 
> I'd say you should either forget about using Apache httpd altogether
> or make your dev environment match production.
> 
> FWIW,
> -- 
> Hassan Schroeder ------------------------ [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-serve-two-docBases-under-the-same-context-path-tp20132698p20135720.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to