> From: Jacob Rhoden [mailto:[EMAIL PROTECTED] 
> Subject: Re: Deploying to / using context.xml
> 
> Thanks! That makes it all clear (:

This is a bit like string theory; if you think you understand it, you
obviously don't :-)

> So it means if you have 5 hosts you need to have 
> 5 applications in netbeans all called ROOT (:

I don't use NetBeans, so I can't speak to that, but for Tomcat itself,
no, you only need one.  However, you will need five ROOT.xml files, one
for each conf/Catalina/[host] directory, but all of them can use the
same value for the docBase attribute.  This default app would be
deployed once for each <Host>, which is pretty much required by the
servlet spec.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
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